Wolf-Dieter Fink [http://community.jboss.org/people/wdfink] created the 
discussion

"Re: JBoss 4.0.2 -> 5.1 problem with EJB3 lookup via jndi"

To view the discussion, visit: http://community.jboss.org/message/569710#569710

--------------------------------------------------------------
One is to annotate @LocalBinding(jndiBinding="..."), but that is not what you 
want (also painful because the annotation change from JB4 => JB5).
But it should possible to overwrite the names via deployment descriptor 
META-INF/ejb-jar.xml or jboss.xml.
You should only set the local jndi name all other should be taken from 
annotation due to JEE spec. (convention over configuration)
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/569710#569710]

Start a new discussion in JNDI and Naming at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2083]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to