Poolman question

2001-12-18 Thread MacKellar, Kimberly
I know this is off subject but I can't find a poolman mailing list and I know there are people on this list using Poolman... I'm running struts-1.0 on a windowNT machine with tomcat-3.2.3. I have multiple webapps running under the same server. I just set up a new webapp that uses poolman. The

Re: Poolman question

2001-12-18 Thread Robert Parker
rather than in a web apps war file. I believe that the most recent version may fix this... regards Rob - Original Message - From: MacKellar, Kimberly [EMAIL PROTECTED] To: Struts-User (E-mail) [EMAIL PROTECTED] Sent: Wednesday, December 19, 2001 9:15 AM Subject: Poolman question I know

RE: Poolman question

2001-12-18 Thread MacKellar, Kimberly
, December 18, 2001 4:35 PM To: Struts Users Mailing List Subject: RE: Poolman question When you call conn.close() it can throw an SQLException so you should put it in a try catch block with an empty catch. But this is not the problem you have. In your case conn is already null. So you should have

Re: Poolman question

2001-12-18 Thread Robert Parker
PROTECTED] Sent: Wednesday, December 19, 2001 9:57 AM Subject: RE: Poolman question I'm not sure how my connection could be null at the point I try to close it. Following is one of the methods where I'm having this problem. If I uncomment the conn.close() in the try block, I get the exception

RE: Poolman question

2001-12-18 Thread Nathan Anderson
Message- From: MacKellar, Kimberly [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 2:57 PM To: 'Struts Users Mailing List' Subject: RE: Poolman question I'm not sure how my connection could be null at the point I try to close it. Following is one of the methods where I'm having

Re: Poolman question

2001-12-18 Thread Robert Parker
I'm using poolman with Oracle - its all been completely transparent. Rob - Original Message - From: Nathan Anderson [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, December 19, 2001 10:13 AM Subject: RE: Poolman question I haven't used PoolMan

RE: Poolman question

2001-12-18 Thread MacKellar, Kimberly
with closing the connection is causing this. Kim -Original Message- From: Robert Parker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 5:23 PM To: Struts Users Mailing List Subject: Re: Poolman question Whilst we're on the exception handling design, you could consider

RE: Poolman question

2001-12-18 Thread Justin Piper
up and switched my project over to use version 2.0.4 instead, which thus far seems to work much better. -Original Message- From: MacKellar, Kimberly [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 5:28 PM To: 'Struts Users Mailing List' Subject: RE: Poolman question

Poolman question

2001-10-03 Thread Johnson, Nathaniel
Sorry to ask this question hear, but I can not find any help about poolman anywhere... Anyway, does anyone know how to use the GenericPool in PoolMan to get custom objects pooling... I can get it working with Strings, but MyObject bombs out here is the log from poolman October 3, 2001