| Author |
Need help on Glassfish and EJB lookup
|
Sonx Nkuks
Ranch Hand
Joined: Aug 20, 2010
Posts: 47
|
|
I have the following Interfaces MyLocalBean, MyRemoteBean and the stateless MyBean implements MyLocalBean, MyRemoteBean
Which of the following i don't need to get a simple java application to test this ...
ejb-jar.xml, glassfish-ejb-jar.xml, gf-client.jar
Here's ejb-jar.xml
what's missing here? would i be able to lookup using MyEJB?
and here's my lookup code
|
 |
 |
|
|
subject: Need help on Glassfish and EJB lookup
|
|
|