aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Need help on Glassfish and EJB lookup Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Need help on Glassfish and EJB lookup" Watch "Need help on Glassfish and EJB lookup" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Need help on Glassfish and EJB lookup
 
Similar Threads
EJB3.1-Weblogic12C. Problem creating dummy orb: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code
problem in acessing session bean using jndi
getting exception while bean look up by PortableRemoteObject.narrow
EJB JNDI name
deployment descriptor (ejb-jar.xml) problem