[jboss-dev-forums] [Design of EJB 3.0] - Re: EJB3 Classloader Leak (EJBTHREE-1442)
ALRubinger
do-not-reply at jboss.com
Wed Sep 10 16:54:47 EDT 2008
Some more circumstantial evidence that the leak stems from Remoting ServerThread:
* When commenting out the execution of "testSimpleEjb", which fails, the next test in line, "testSimpleEar", fails where it previously passed.
* Subsequent invocations of the tests all pass after the first (failed) run.
My working theory is that the EJB3 CL is the TCL when the ServerThread is constructed, and therefore remains throughout the life of the ServerThread.
Will be posting this to jboss-dev for some wider opinions on proper resolution.
S,
ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175701#4175701
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175701
More information about the jboss-dev-forums
mailing list