This content has been marked as final.
Show 1 reply
-
1. Re: how to bind EJB 2.1 bean with JNDI name specified in jboss.xml
wdfink Jul 25, 2013 2:45 PM (in response to kavcrus)From you context I suppose that you are using AS7 (or later) to run the app.
In this case the DD jboss.xml is ignored. AS7 does not use it.
The JNDI name is standartisized by the spec (EJB3) so customizing the name is no longer available.
You can use the "java:comp" name for internal lookup.