The wrong classloader was being sent to setup the enc.
The fix is:
| // Build the ENC
| - super.processEnc(loader, metaData);
| + super.processEnc(webLoader.getClassLoader(), metaData);
|
I have made the change to deployers\TomcatDeployment.java(rev 58175).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983635#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...