Discussions
EJB programming & troubleshooting: can ejbTestClient test remote ejb.jar deployed on the weblogic
-
can ejbTestClient test remote ejb.jar deployed on the weblogic (1 messages)
- Posted by: yang liu
- Posted on: June 23 2004 00:46 EDT
how to implement.Threaded Messages (1)
- can ejbTestClient test remote ejb.jar deployed on the weblogic by Paul Strack on June 23 2004 12:23 EDT
-
can ejbTestClient test remote ejb.jar deployed on the weblogic[ Go to top ]
- Posted by: Paul Strack
- Posted on: June 23 2004 12:23 EDT
- in response to yang liu
Write a test that:
1. Connects to the EJB as a client.
2. Class the EJB methods.
3. Generates a message if something goes wrong.