Re: Problem with database updates using DBCP

2003-12-24 Thread frank . zammetti
Just wanted to let everyone know that I convinced the powers that be here at work to upgrade to 5.0.16 for this project, and lo and behold all my problems went away! Not a single line of code was changed, only two configuration parameters changed (username became user and driverName became url in

Re: Problem with database updates using DBCP

2003-12-24 Thread frank . zammetti
| |cc: | | Sub

Re: Problem with database updates using DBCP

2003-12-24 Thread Riaan Oberholzer
>| > |To: Tomcat Users List > <[EMAIL PROTECTED]> >

Re: Problem with database updates using DBCP

2003-12-23 Thread frank . zammetti
| | Subject: Re: Problem with database updates using DBCP | >--| Hi! David Ram

Re: Problem with database updates using DBCP

2003-12-23 Thread Philipp Taprogge
Hi! David Ramsey wrote: I've not used DBCP specifically but are you sure you are committing your writes? Most pools will default rollback connections returned to the pool, if I am not mistaken. Isn't there a parameter autocommit in the ConnectionFactory? I am not sure if it's viable to call setAu

Re: Problem with database updates using DBCP

2003-12-23 Thread frank . zammetti
| |cc: | | Subject

Re: Problem with database updates using DBCP

2003-12-23 Thread Justin Ruthenbeck
ry Christmas! justin | |To: Tomcat Users List <[EMAIL PROTECTED]> | |cc: | | Subject: Re: Problem with da

Re: Problem with database updates using DBCP

2003-12-23 Thread frank . zammetti
s List <[EMAIL PROTECTED]> | |cc: | | Subject: Re: Problem wi

Re: Problem with database updates using DBCP

2003-12-23 Thread David Ramsey
I've not used DBCP specifically but are you sure you are committing your writes? Most pools will default rollback connections returned to the pool, if I am not mistaken. --- [EMAIL PROTECTED] wrote: > Hello all. I've recently had a need to implement connection pooling > under > Tomcat 4.0.6 (I

Problem with database updates using DBCP

2003-12-23 Thread frank . zammetti
Hello all. I've recently had a need to implement connection pooling under Tomcat 4.0.6 (I can't upgrade versions as per a mandate by my employer). I have read some posts that indicate that Tyrex does not actually pool connections. I don't know for sure if that is true or not (any definitive answ