JBoss transaction timeout setting? -
We have a timer service triggered task in the Jabs 5.1.0.G.A. application and the problem is that we have a transaction- Can not change the time of transaction out It may take longer than the default 300 seconds limit for Lucene indexing.
The question is how can the timeout value change, which adds @TransactionTimeout (1800) to the worker method or the class has no effect.
EDIT: Deployed / Transaction-jboss-beans.xml works fine:
But the annotation does not seem to have any effect on either the launch of the timer or the normal Stateless EJB. I'm using EJB3 with IJb3 5.1.0.GA and successfully set this code to 300 & lt; Property Name = "Transaction Timeline" & gt; The default was 300 & lt; / Property & gt; .
Comments
Post a Comment