[jboss-dev-forums] [Design of JBoss/Tomcat Integration] - Re: Web tier injection has been restored

anil.saldhana@jboss.com do-not-reply at jboss.com
Thu Nov 16 10:42:27 EST 2006


TomcatDeployment

  |  // Build the ENC
  |  if (injectionContainer == null)
  |     super.processEnc(webLoader.getClassLoader(), webApp);
  |  else
  |     injectionContainer.populateEnc(webLoader.getClassLoader());
  | 

In the case of a plain webapp (zero annotations), it does not go thru injection container. Is that right?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986570#3986570

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



More information about the jboss-dev-forums mailing list