-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ian,
On 3/12/2009 2:03 PM, Ian Long wrote:
> I'm using hibernate wrapped via the spring framework, so all connections
> *should* be returned to the pool under all conditions.
Do you ever obtain a java.sql.Connection object in your own code? If so,
co
k.caldar...@unisys.com> wrote:
> > From: Gabor Kincses [mailto:berke...@gmail.com]
> > Subject: Re: Garbage collection problem and Tomcat
> >
> > I like your attitude. Your bile is spilling out. The word
> > *please* is not in your repertoire. Nice.
>
> You
> From: Gabor Kincses [mailto:berke...@gmail.com]
> Subject: Re: Garbage collection problem and Tomcat
>
> I like your attitude. Your bile is spilling out. The word
> *please* is not in your repertoire. Nice.
You're right, I could have been kinder in my response. I
> From: Ian Long [mailto:ian.l...@opterus.com]
> Subject: Re: Garbage collection problem and Tomcat
>
> I'm using hibernate wrapped via the spring framework,
> so all connections *should* be returned to the pool
> under all conditions.
Then you might want to inquire on
I'm using hibernate wrapped via the spring framework, so all
connections *should* be returned to the pool under all conditions. I
don't use tomcat(6.0.16) connection pools, I have hibernate (via
spring) to use the connection pool directly.
The pool is setup as follows:
jdbc.testOnBorrow=t
I like your attitude. Your bile is spilling out. The word *please* is not
in your repertoire. Nice.
Gabor
P.S. Sorry, I should have resisted.
On Thu, Mar 12, 2009 at 10:45 AM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: Ian Long [mailto:ian.l...@opterus.com]
> > Subjec
> From: Ian Long [mailto:ian.l...@opterus.com]
> Subject: Garbage collection problem and Tomcat
>
> I'm having an issue where a connection pool (apache dbcp) is waiting
> forever for a connection, when I see no reason for it to do so.
The usual cause is pool exhaustion, due to improper codi