The JNDIView MBean can be accessed from the jmx-console to list the JNDI tree objects. See this for details.
Am trying to deploy a stateless sesison bean ( ejb 3.0 ) in Jboss
I am able to deploy the bean
Now to access it using a client - I will need to lookup the bean using JNDI
How do I go about it ?
what should be the string name that I pass as a parameter to the "lookup" method ?
If you have deployed the EJB in an EAR, then the jndi-name for the EJB by default will be EARNAME/BeanName/local or EARNAME/BeanName/remote. For example: MyApp/MyBean/remote