[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.NameNotFoundException whe doing jndi lookup

waynebaylor do-not-reply at jboss.com
Mon Oct 15 23:45:40 EDT 2007


at first glance I would guess that using the class/interface name works in weblogic, but doesn't in Jboss because Jboss has a different default jndi naming scheme.

for example:
the bean public class MyBean implements MyLocal{...}
could be bound in Jboss two ways:
1) in a jar the name name would be: MyBean/local
2) in an ear the name would be ear-name/MyBean/local

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

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



More information about the jboss-user mailing list