[JBoss-user] transaction timeout problems

2003-08-14 Thread Raghuram
hi, I am using jboss 3.2.1 with jetty. When I am trying to create a CMP Entity Bean, the transaction is timing out. My method call is somewhat like this - public void createA(HashMap aHash){ Set keySet=aHash.keySet(); Iterator ite=keySet.iterator(); while(ite.hasNext()){ Integer

[JBoss-user] Transaction timeout

2003-07-28 Thread Rafal Kedziorski
hi, how can I increase a transaction timeout for a session bean and entity bean? regards, Rafal --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now.

Re: [JBoss-user] Transaction timeout

2003-07-28 Thread Brian Wallis
On Tue, 29 Jul 2003 01:15, Rafal Kedziorski wrote: how can I increase a transaction timeout for a session bean and entity bean? From a previous answer to this question: From: Barlow, Dustin [EMAIL PROTECTED] In 3.2.1, in jboss_dist/server/target/deploy/transaction-service.xml you will

[JBoss-user] Transaction timeout setting not honored

2002-08-27 Thread Demyanovich, Craig - Apogent
I'm using JBoss 2.4.8 with Tyrex as the TM. In the Tyrex domain.xml file, I set the timeout to 360 seconds (6 minutes). In code, I set the transaction timeout to 600 seconds (10 minutes). After 120 seconds (2 minutes), the default timeout for Tyrex (http://tyrex.exolab.org/configuration.html),

[JBoss-user] Transaction Timeout

2002-02-08 Thread Imran Bohoran
Hi All I have a StatelessSession bean which is been called by a servlet. Here is my problem. I have two browsers from which I make calls to the StatlessSessionBean method at the same time. At times this call at the same time causes a Transaction Time Out and then the RemoteException is thrown.

[JBoss-user] transaction timeout and ctrl-C

2001-04-30 Thread Jim Archer
Hi All... I have been doing some testing on a P166 with 64MB RAM running Debian linux. jBoss 2.2.1/Tomcat does remarkable well on this machine. However, when the machine gets very overtaxed, I see transation fialures due to transaction timeout. Thats fine. However, I have noticed that after

[JBoss-user] Transaction timeout

2001-04-04 Thread sujith s.pillai.
Hi, I am running JBoss 2.1 alongwith Jetty 3.0.2 / JDK 1.3. We have a stateful session bean running with bean managed transaction. It has got the transaction boundaries set as follows: getFirstName() is where the transaction is initiated by UserTransaction.begin(). In getNextName(), the