Nick Stuart wrote:
Anyone know why I still get WARN about my database connection not being closed, even though whenever I'm done with my transactions I do a db.close()?
I know it actually goes through this code because I have it the finally block after I do anything with the database and I print out some log messages right before it.
Any ideas what might still be causing the database to be open??
Hard to tell, but you probably have overlooked something in your code...
Try to use println(db.toString()) with some additional info after jdo.getDatabase() and compare with the log-statement.
Stein
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev
