--- Comment #2 from aullrich@(protected) --- This fix works for us here. It's not checked into trunk yet, though?
In our case a well known 3rd party library calls first WebappClassLoader.load(...), catches and eats any Throwable including CNFException and then delegates to Class.forName(..).
Therefore two threads trying to literally load a class with the name "x" end up being deadlocked on the name of the class and the class loader instance.
-- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@(protected) For additional commands, e-mail: dev-help@(protected)