-
Feature Request
-
Resolution: Done
-
Major
-
EJB 3.0 RC1
-
None
-
None
Currently, the JNDI binding defaults to the FQN of the remote and/or local interface. I want this default to be different if an EjbName is specified.
If an Ejbname is specified, then the default JNDI binding should be:
local/ejbname for local interfces
remote/ejbname for remote interfaces.
Also, if there are more than one local or remote interface, this default should apply as well.