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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...