Re: @Deprecated setParentClassLoader(ClassLoader pcl)

2014-04-03 Thread Romain Manni-Bucau
I can confirm it was a side effect of a wrong unregistration of cxf endpoints. We were having a NPE cause parent attribute was null. Would maybe be a nice enhancement to log the classloader is closed. Thanks to have confirmed the normal behavior btw. Romain Manni-Bucau Twitter: @rmannibucau Blog:

Re: @Deprecated setParentClassLoader(ClassLoader pcl)

2014-04-03 Thread Romain Manni-Bucau
well actually can be a link with cxf. Just trying to see it ATM and just saw the behavior you describe. Will come back if I find something wrong due to tomcat otherwise just assume it was a wrong cxf setup and sorry me to have sent this mail a bit too early. Romain Manni-Bucau Twitter: @rmannibucau

Re: @Deprecated setParentClassLoader(ClassLoader pcl)

2014-04-03 Thread Mark Thomas
On 03/04/2014 18:31, Romain Manni-Bucau wrote: > Hi guys, > > just saw setParentClassLoader is deprecated on WebAppClassloader. > Comment is "not used in tomcat 8". > > The question is: how does tomcat handle reloading. With tomcat 7.0.53 > impl when reload is hit parent loader is set to null and

@Deprecated setParentClassLoader(ClassLoader pcl)

2014-04-03 Thread Romain Manni-Bucau
Hi guys, just saw setParentClassLoader is deprecated on WebAppClassloader. Comment is "not used in tomcat 8". The question is: how does tomcat handle reloading. With tomcat 7.0.53 impl when reload is hit parent loader is set to null and once restarted the loader is quite broken. Does tomcat 8 ha