[jboss-user] [EJB/JBoss] - Re: glbal JNDI namespace confused. please help

jaikiran do-not-reply at jboss.com
Mon Feb 25 06:27:22 EST 2008


anonymous wrote : +- LicValidation_01 at 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=WhyDoesTheLocalNameContainARandomNumber 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#4131790

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131790



More information about the jboss-user mailing list