> Try with this version http://www.copypastecode.com/7568/ that has the 
> getConnection() call inside the run method and inside the try. If that 
> still fails, I would start looking for other places where connections 
> might be retrieved as getting out of that block without calling close 
> should be not possible.

new version:
http://www.copypastecode.com/7576/

as long as connection is closed in the same thread where it's open - i do
not get exceptions.

if i try to close it in other thread - they occur [ rarely.. ]. is it
general rule that i was not aware of or some bug that i trigger in resin's
connection pool handler?

regards
Pawel Kudzia

-- 
View this message in context: 
http://www.nabble.com/java.lang.IllegalStateException%3A-Connection-null-was-not-closed.-tp24593349p24601319.html
Sent from the Resin mailing list archive at Nabble.com.



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to