[jboss-dev-forums] [Design of JBoss/Tomcat Integration] - Re: JBAS-5673 - Metadata processing

emuckenhuber do-not-reply at jboss.com
Thu Sep 4 05:45:18 EDT 2008


"scott.stark at 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#4174234

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174234



More information about the jboss-dev-forums mailing list