Hi,

You can increase your tx timeout in
jboss.jcml (or is it jboss-auto.jcml?).

However I would try to shorten or split
such long transactions. Maybe you could
do the XML parse outside a transaction?


Best Regards,

Ole Husgaard.


[EMAIL PROTECTED] wrote:
> 
> 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