[jboss-dev-forums] [Design of POJO Server] - Re: appclient remote home regression
ALRubinger
do-not-reply at jboss.com
Tue Jul 22 16:50:09 EDT 2008
"scott.stark at jboss.org" wrote : So the MappedReferenceMetaDataResolverDeployer ends up doing:
|
| | // Determine the jndi name for the reference interface
| | String iface = getInterface(ref);
| | //LegacyEjb3JndiPolicy policy = new LegacyEjb3JndiPolicy();
| | String containerJndiName = target.getBeanMetaData().determineJndiName();
| | if(containerJndiName != null)
| | ref.setResolvedJndiName(containerJndiName);
| |
Should like look more like:
| // Determine the jndi name for the reference interface
| String iface = getInterface(ref);
| String containerJndiName = target.getBeanMetaData().determineResolvedJndiName(iface);
| if(containerJndiName != null)
| ref.setResolvedJndiName(containerJndiName);
|
?
S,
ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165992#4165992
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165992
More information about the jboss-dev-forums
mailing list