The default JNDI bindings for an EJB3 are ejbName/remote and ejbName/local for 
the remote and local business interfaces. If the EJB3 is deployed in an .ear, 
the default jndi bindings are earName/ejbName/remote and earName/ejbName/local. 
You can override the default with the @RemoteBinding and @LocalBinding 
annotations or the <jndi-name> and <local-jndi-name> in jboss.xml

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032957
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to