Re: [JBoss-user] Running out of connections

2002-10-22 Thread David Jencks
his auto-close time ? > > Camus > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:jboss-user-admin@;lists.sourceforge.net]On Behalf Of Camus Chan > Sent: Monday, October 21, 2002 1:28 PM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] Running out of connection

Re: [JBoss-user] Running out of connections

2002-10-21 Thread Dmitri Colebatch
L PROTECTED] > [mailto:jboss-user-admin@;lists.sourceforge.net]On Behalf Of Camus Chan > Sent: Monday, October 21, 2002 1:28 PM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] Running out of connections > > > OK, so let me try to lookup the datasource within setentitycontext while

RE: [JBoss-user] Running out of connections

2002-10-21 Thread Camus Chan
nd come back to you. How about CMP ? -Original Message- From: [EMAIL PROTECTED] [mailto:jboss-user-admin@;lists.sourceforge.net]On Behalf Of Dmitri Colebatch Sent: Monday, October 21, 2002 1:07 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Running out of connections So, in setEn

RE: [JBoss-user] Running out of connections

2002-10-20 Thread Camus Chan
om the connection pool for a BMP ? -Original Message- From: [EMAIL PROTECTED] [mailto:jboss-user-admin@;lists.sourceforge.net]On Behalf Of Dmitri Colebatch Sent: Monday, October 21, 2002 11:44 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Running out of connections > Could you ki

Re: [JBoss-user] Running out of connections

2002-10-20 Thread Dmitri Colebatch
. Where could I have it ? > > Thanks, > Camus > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:jboss-user-admin@;lists.sourceforge.net]On Behalf Of David Jencks > Sent: Monday, October 21, 2002 10:18 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user

RE: [JBoss-user] Running out of connections

2002-10-20 Thread Camus Chan
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bill Burke Sent: Monday, October 21, 2002 11:08 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Running out of connections u must close the connections. > -Original Message- > From: [EMAIL PROTECTED] >

Re: [JBoss-user] Running out of connections

2002-10-20 Thread David Jencks
Sorry, I am highly sceptical of these problems. I think if there were a problem in jboss the testsuite wouldn't run. What is different between your setup and the testsuite setup? david jencks On 2002.10.20 22:10:53 -0400 Camus Chan wrote: > Hi, > > I am using JBoss 3.0.3, Tomcat 4.1.12, Oracle

[JBoss-user] Running out of connections

2002-10-20 Thread Camus Chan
Hi, I am using JBoss 3.0.3, Tomcat 4.1.12, Oracle8i and all running on Solaris. Here is the problem: I have set up successfully a connection pool for using in my applications. Everytime I call an CMP/BMP bean, a *NEW* db connection gets from the pool, and seems not being moved back to the pool no