[jboss-user] [EJB 3.0] - Re: javax.naming.NameNotFoundException: MyEjb3 not bound :(
andydale
do-not-reply at jboss.com
Thu May 31 11:59:19 EDT 2007
Have you tried binding it to a specific name using the following annotations:
| @LocalBinding(jndiBinding = "<name>")
| @RemoteBinding(jndiBinding="<name>")
|
then you could look up the name as defined in ""
Cheers,
Andy
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050237#4050237
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050237
More information about the jboss-user
mailing list