Please let me know how to give a jndi name for jboss 4.0.1. I am trying to access teh ejb by its context name but it returns a null pointer exception. Thank you ! Below is the code -
Anuja Piplapure
Greenhorn
Joined: Feb 06, 2005
Posts: 7
posted
0
To access or look up any EJB, one would have to use the jndi-name mentioned in the jboss.xml file.
Use the jndi-name or local-jndi-name given in the jboss.xml file to look up ur bean.