[JBoss-user] [JCA/JBoss] - SQLException during stress test

2005-07-06 Thread kakkodi
During stress tests with large number of concurrent users (50-100) I get SQLException below after user count reach a certain number. This happens intermittently. Could this be because connections could not be opened at the database end in quick intervals? or is there a configuration that need

[JBoss-user] [JCA/JBoss] - Re: Connection not getting closed on JBOSS 4.0.1

2005-07-06 Thread kakkodi
Thanks for the reply. It is working when I changed the idle-timeout-minutes to value other than 0. Now I see that during tests with large number of concurrent users (50-100) I get the sql Exception below after user count reach a certain number. Could this be because connections could not be ope

[JBoss-user] [JCA/JBoss] - Connection not getting closed on JBOSS 4.0.1

2005-07-05 Thread kakkodi
Hi, In order to recreate the problem of number of open connections with our application, I created a test case with a simple application. While running stress tests on this simple application I noticed that database connections are not getting closed even through the application invokes clos

[JBoss-user] [EJB/JBoss] - Re: Transaction time out

2005-04-20 Thread kakkodi
One problem we face with transaction timeout is that when it is increased application seem to hang on unix and linix installations Problem description We increased the transaction timeout to 1800(30 minutes) on the unix and linux installations. It is jsp-struts-ejb application The normal flow i