RE: Pool problem

2001-11-15 Thread Jon.Ridgway
Hi Ines, I have never used the pool stuff in Struts, but is it possible that your connection has auto-commit set and that the pooled connections don't? Do you have a commit in the stored proc? If not add one and see if this fixes the problem. Jon. -Original Message- From: Inés Pederiva

RE: Pool problem

2001-11-15 Thread Roumen Ganeff
check to see if you have the property of the datasource/connection autocommit=true; or you shoudl call after each update connection.commit() G. -Original Message- From: Inés Pederiva [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 1:36 PM To: [EMAIL PROTECTED] Subject: Pool