[jboss-jira] [JBoss JIRA] Closed: (JBAS-3399) Transaction timeout fires too late
Adrian Brock (JIRA)
jira-events at jboss.com
Tue Sep 19 05:12:04 EDT 2006
[ http://jira.jboss.com/jira/browse/JBAS-3399?page=all ]
Adrian Brock closed JBAS-3399.
------------------------------
Resolution: Rejected
Assignee: (was: Adrian Brock)
Its only going to throw an error if you access a transacted resource
or you test yourself whether the transaction timed out.
> Transaction timeout fires too late
> ----------------------------------
>
> Key: JBAS-3399
> URL: http://jira.jboss.com/jira/browse/JBAS-3399
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Transaction Manager
> Affects Versions: JBossAS-4.0.3 SP1
> Reporter: tbech
> Priority: Minor
>
> Transaction timeout is fired in the 'commit' probably. It is far too late in order to really limit the transaction.
> Scenario:
> - do long job in transaction (CMT);
> - job is finished;
> - commit;
> - timeout exception is thrown;
> Doesn't matter what timeout is set, server does whole job (few hours even) and at the end throws exception. Shouldn't container:
> a) throw an error after timeout
> b) stop the called EJB method ???
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list