https://bz.apache.org/bugzilla/show_bug.cgi?id=63612
--- Comment #2 from [email protected] --- Unfortunately not easily extractable/reproducible Maybe : th = new Thread() { @Override public void run() { « do something that requires a connection from the pool » } } ; th.set getContextClassLoader( null ) ; th.run() ; -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
