anonymous wrote : +- LicValidation_01@23417981
First, you need to fix the random number that is appended to the jndi-name of your
EJB's local home. See this
http://wiki.jboss.org/wiki/Wiki.jsp?page=WhyDoesTheLocalNameContainARando... for
details.
Once you fix that, your JNDI tree might look like (depending on what you specify in
jboss.xml for local-jndi-name):
Global JNDI Namespace
| +- LicValidation_01(proxy: $Proxy100 implements interface
com.lalpac.enterprise.ejb.servic
| e.service_01.LicValidationLocalHome)
So, your lookup string should be "LicValidation_01".
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131790#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...