Re: [JBoss-user] Error in the Jboss

2001-04-05 Thread Russell
Yes u are correct. I forget to close the connection. Thanks [EMAIL PROTECTED] wrote: > > I think my previous suggestion did not apply. > > It seems like you are retrieving more connection from the connection pool > than returning to it. When the server runs out of connections, it will hang >

Re: [JBoss-user] Error in the Jboss

2001-04-05 Thread Thomas . Kirsch
I think my previous suggestion did not apply. It seems like you are retrieving more connection from the connection pool than returning to it. When the server runs out of connections, it will hang until connections become available again. After you are done with the connection that have retrieved

Re: [JBoss-user] Error in the Jboss

2001-04-05 Thread Thomas . Kirsch
You need to increase the transaction time-out in this element in the jboss.jcml file (located in jboss/conf/default): 300 I hope this helps! Thomas Kirsch ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/li