[jboss-dev-forums] [Design of EJB 3.0] - Re: AbstractEJBReferenceMetaData ejb-link issue
ALRubinger
do-not-reply at jboss.com
Tue Mar 4 20:03:43 EST 2008
I've switched the overwrites to instead write the resolved link target to "ref.setResolvedJndiName(target);".
http://fisheye.jboss.org/changelog/JBossAS/?cs=70397
...which will invalidate Bill's change within EJB3, so I reverted that.
On local beans, the link target is resolved to the pattern:
"local/" + ejbName + '@' + System.identityHashCode(ejbName);
...in JBossEnterpriseBeanMetaData.determineLocalJndiName(). Not sure if this is desired.
S,
ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134091#4134091
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134091
More information about the jboss-dev-forums
mailing list