[jboss-jira] [JBoss JIRA] Created: (JBMETA-38) Expand determineResolvedJndiName behavior to accept iface + ifaceType
Scott M Stark (JIRA)
jira-events at lists.jboss.org
Fri May 9 16:43:21 EDT 2008
Expand determineResolvedJndiName behavior to accept iface + ifaceType
---------------------------------------------------------------------
Key: JBMETA-38
URL: http://jira.jboss.com/jira/browse/JBMETA-38
Project: JBoss Metadata
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 1.0.0.Beta14
Reporter: Scott M Stark
Assigned To: Scott M Stark
In order for the jndi name behavior to be fully externalized in the DefaultJndiBindingPolicy, the DefaultJndiBindingPolicy method:
getJndiName(EjbDeploymentSummary summary, String iface)
needs to become:
getJndiName(EjbDeploymentSummary summary, String iface, KnownInterfaceType ifaceType)
where KnownInterfaceType is an enum of {LocalHome, RemoteHome, BusinessLocal, BusinessRemote, Unknown}
and the JBossEnterpriseBeanMetaData.determineResolvedJndiName(String iface, DefaultJndiBindingPolicy defaultPolicy) needs
to map iface onto a KnownInterfaceType based on the metadata for the bean.
--
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