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