Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently the "session" and "entity" tags in the geronimo-ejb-jar.xml deployment descriptor don't appear to have an element for a JNDI name to bind the EJB to. I am assuming that we'll bind all the EJBs into either an application-wide or server-wide JNDI space and then let people map EJB refs to those JNDI locations (to map to EJBs in other applications, etc.).
This patch adds a "jndi-name" element (String, optional) to the end of the sequence of elements for the session and entity types.