[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-705) Pluggable default naming conventions for ejb3 jndi bindings

Roland R?z (JIRA) jira-events at jboss.com
Fri Sep 15 04:43:35 EDT 2006


Pluggable default naming conventions for ejb3 jndi bindings
-----------------------------------------------------------

                 Key: EJBTHREE-705
                 URL: http://jira.jboss.com/jira/browse/EJBTHREE-705
             Project: EJB 3.0
          Issue Type: Feature Request
            Reporter: Roland R?z
            Priority: Minor


Currently the org.jboss.ejb3.ProxyFactoryHelper uses the [<earname>/]<ejbname>/[remote|local] naming convention. 

An Interface could provide the default names for jndi binding when the deployer doesn't provide them.

The interface could look like this: 

public interface DefaultJndiNameProvider { 
   String getDefaultRemoteJndiName(Container container); 
   String getDefaultLocalJndiName(Container container); 
} 


The implementation of the DefaultJndiNameProvider could be configured using a System Property.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list