[jboss-dev-forums] [Design of POJO Server] - Re: Classloader problem with NamingRestartUnitTestCase
scott.stark@jboss.org
do-not-reply at jboss.com
Thu Feb 7 21:58:08 EST 2008
Its not really the WebServer's fault though as it only uses the TCCL if it could not find a ClassLoader registered based on the incoming request information that should tie back to a previous addClassLoader call. The ejb containers use this call to get the codebase for remote class loading. This should only be done for downloadServerClasses=true, which really should not be the default setting. I have changed this in the conf/jboss-service.xml. Now, the attempt to load the class will just fail if the TCCL would be used.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127661#4127661
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127661
More information about the jboss-dev-forums
mailing list