"scott.stark(a)jboss.org" wrote :
| Yes. If we do need late runtime resolution it should be based on the
MappedReferenceMetaDataResolverDeployer DeploymentEndpointResolver output.
Yes, this should be done now - based on the WebEjbHandler you committed a while ago.
Furthermore i noticed that there is a name mismatch in what the InjectionUtil and
jboss-metadata is doing:
| String encName = getEncName(ref, field);
|
| // is doing
|
| getEncName(field.getDeclaringClass()) + "/" + field.getName();
|
So the InjectionUtil use the class + / + fieldName whereas jboss-metadata is just using
the fieldName.
I guess we should change that either in metadata or in the InjectionUtil?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174234#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...