Re: Connection Pool: JPetStore Database Layer

2003-06-26 Thread FrenzyGNX
Thanks. I have submitted a bug report. --- Adam Hardy <[EMAIL PROTECTED]> wrote: > love to help but how? I searched for a bug in the > Commons bugzilla and > didn't find one - your best bet would be to > establish a test case for > the problem and post it in bugzilla - you don't need > to be an

Re: Connection Pool: JPetStore Database Layer

2003-06-26 Thread Adam Hardy
love to help but how? I searched for a bug in the Commons bugzilla and didn't find one - your best bet would be to establish a test case for the problem and post it in bugzilla - you don't need to be an Apache developer to search or add bugs to their bugzilla. FrenzyGNX wrote: So maybe you can

Re: Connection Pool: JPetStore Database Layer

2003-06-26 Thread FrenzyGNX
So maybe you can help me with the problem? I have posted the problem in Commons list and here, but have got no answer so far. Thanks. And to be precise, the error is not "closed connection", but "broken pipe". --- Adam Hardy <[EMAIL PROTECTED]> wrote: > I just checked the Apache bugzilla and cou

Re: Connection Pool: JPetStore Database Layer

2003-06-25 Thread Adam Hardy
I just checked the Apache bugzilla and couldn't find any bugs on this (I queried using "closed or connection" and got 23 hits). There are 2 bugs about closed connections, but they are both resolved - http://issues.apache.org/bugzilla/show_bug.cgi?id=9073 http://issues.apache.org/bugzilla/show_b

Re: Connection Pool: JPetStore Database Layer

2003-06-25 Thread FrenzyGNX
There is a bug in DBCP that will return closed connections, even if the validation query is set. http://www.mail-archive.com/[EMAIL PROTECTED]/msg66565.html Also due to the very fact that it is removed from Struts 1.1rc2, and there were some discussions regarding it in this list earlier on. ---

Re: Connection Pool: JPetStore Database Layer

2003-06-25 Thread Adam Hardy
FrenzyGNX wrote: My personal experience with DBCP is not good. I would avoid it in my next project. From what point of view were you disappointed? Adam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Connection Pool: JPetStore Database Layer

2003-06-24 Thread FrenzyGNX
My personal experience with DBCP is not good. I would avoid it in my next project. --- Yansheng Lin <[EMAIL PROTECTED]> wrote: > Found it. But as expected, there is only one real > connection. > > Maybe I can use commons-dbcp package. > > > -Original Message- > From: Yansheng Lin [mai

RE: Connection Pool: JPetStore Database Layer

2003-06-24 Thread Yansheng Lin
k with DAO framework. -Original Message- From: Kumar, Kiran [mailto:[EMAIL PROTECTED] Sent: June 24, 2003 2:39 PM To: 'Struts Users Mailing List' Subject: RE: Connection Pool: JPetStore Database Layer can some body give me the 1.complete list of instructions for running a sa

RE: Connection Pool: JPetStore Database Layer

2003-06-24 Thread Kumar, Kiran
:-)) Thanks KiranKumar (Raj) ext 7203 -Original Message- From: Steve Raeburn [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 5:03 PM To: Struts Users Mailing List Subject: RE: Connection Pool: JPetStore Database Layer I'll get right on that then :-( Steve > -

RE: Connection Pool: JPetStore Database Layer

2003-06-24 Thread Steve Raeburn
I'll get right on that then :-( Steve > -Original Message- > From: Kumar, Kiran [mailto:[EMAIL PROTECTED] > Sent: June 24, 2003 1:42 PM > To: 'Struts Users Mailing List' > Subject: RE: Connection Pool: JPetStore Database Layer > > > I nee

RE: Connection Pool: JPetStore Database Layer

2003-06-24 Thread Kumar, Kiran
Thanks KiranKumar (Raj) ext 7203 -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 4:23 PM To: 'Struts Users Mailing List' Subject: RE: Connection Pool: JPetStore Database Layer Found it. But as expected, there is only one real

RE: Connection Pool: JPetStore Database Layer

2003-06-24 Thread Kumar, Kiran
I need the jar files urgently Thanks KiranKumar (Raj) ext 7203 -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 4:23 PM To: 'Struts Users Mailing List' Subject: RE: Connection Pool: JPetStore Database Layer Found it. But as expec

RE: Connection Pool: JPetStore Database Layer

2003-06-24 Thread Kumar, Kiran
-Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 4:23 PM To: 'Struts Users Mailing List' Subject: RE: Connection Pool: JPetStore Database Layer Found it. But as expected, there is only one real connection. Maybe I can use commons-db

RE: Connection Pool: JPetStore Database Layer

2003-06-24 Thread Yansheng Lin
Found it. But as expected, there is only one real connection. Maybe I can use commons-dbcp package. -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: June 24, 2003 1:24 PM To: 'Struts Users Mailing List' Subject: Connection Pool: JPetStore Database Layer O