Patrick Buchinger wrote:
> what does this message want to tell me??
It tells you that one of your transaction
was running longer than the timeout value
(default 300 secs, can be set in jboss.jcml).
> should i be worried, or should i ignore it?
It means that the transaction will be rolled
back.
If you want some transactions to run for
longer, you can raise the timeout value,
but IMO such long ACID transactions are
a bad idea, especially when using
pessimistic locking, as JBoss currently
does.
Could also be due to some deadlock condition.
In that case, raising the timeout value
does not help.
Best Regards,
Ole Husgaard.
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]