In 3.2.1, in <jboss_dist>/server/<target>/deploy/transaction-service.xml you
will find the following stanza:

  <!--
     | The fast in-memory transaction manager.
   -->
  <mbean code="org.jboss.tm.TransactionManagerService"
         name="jboss:service=TransactionManager">
    <attribute name="TransactionTimeout">300</attribute>

    <depends
optional-attribute-name="XidFactory">jboss:service=XidFactory</depends>
  </mbean>

Change the 300 (in seconds) to whatever you want.

I suspect this is the same for 3.0.6 as well.

Dustin

> -----Original Message-----
> From: Davide Pozza [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 28, 2003 12:24 PM
> To: Jboss
> Subject: [JBoss-user] [JBoss-user]
> 
> 
> Hi,
> 
> Can anyone tell me how to increase the transaction timeout on Jboss
> 3.0.6 and on Jboss 3.2.1?
> 
> Thanks
> 
> Davide
> 
> 


-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to