[jboss-user] [Beginners Corner] - Re: Question about InitialContext.lookup(string);

PeterJ do-not-reply at jboss.com
Fri Jun 12 19:05:49 EDT 2009


The "java:" portion is used by clients that run in the JVM as the things they are looking up (such a local EJBs, even when using the remote interface to access them).

The "comp/env" portion means that the name is registered in a namespace that is local to the web application. In JBoss AS, you need to declare such name mapping in WEB-INF/web.xml and WEB-INF/jboss-web.xml.

The "ejb/ObjectName" is the JNDI name assigned to this item.

Use JNDIView to examine the JNDI tree, that should help you out. http://www.jboss.org/community/wiki/DisplayTheJNDITreeWithTheJMXConsole

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4237405#4237405

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



More information about the jboss-user mailing list