[jboss-dev-forums] [Design of POJO Server] - Re: Web: ENC References

anil.saldhana@jboss.com do-not-reply at jboss.com
Tue Nov 7 01:00:33 EST 2006


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#3983635

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



More information about the jboss-dev-forums mailing list