In JBoss 2.1, look in jboss.jcml, there is this MBean:

  <mbean code="org.jboss.tm.TransactionManagerService"
name="DefaultDomain:service=TransactionManager">
    <attribute name="TransactionTimeout">300</attribute>
  </mbean>

Change to what is best for you :)

Simon

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: venerdi 16 marzo 2001 15:42
> To: [EMAIL PROTECTED]
> Subject: [jBoss-User] Timed-out transaction
> 
> 
> We parse data out of xml files and load the data into our 
> database. The
> data loading occurs within a container-managed transaction. 
> For small xml
> files, everything works fine. For large xml files, however, 
> the transaction
> times out before all of the data gets loaded.
> Is there a way to increase the transaction time with container managed
> transactions?
> 
> Any help is appreciated.
> 
> Thank you!
> 
> Thomas Kirsch
> 
> 
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> 


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]

Reply via email to