This content has been marked as final.
Show 2 replies
-
1. Re: TransactionManager.setTransactionTimeOut does not work
adrian.brock Dec 15, 2004 12:54 PM (in response to esriram)This is not a user forum!
Bug reports are posted here: http://jira.jboss.com/jira/browse/JBJTA
But
TransactionManager.setTransactionTimeOut does not work.
is not a bug report, it is an unqualified (and probably uneducated) assertion.
Read this:
http://www.jboss.org/wiki/Wiki.jsp?page=JBossForums
Two obvious misunderstandings:
1) TransactionManager is not an interface intended for user applications,
they should use UserTransaction.
2) setTransactionTimeout only applies to transactions *started after* this invocation on the *same thread*. -
2. Re: TransactionManager.setTransactionTimeOut does not work
adrian.brock Dec 15, 2004 12:56 PM (in response to esriram)Also, bug reports should always be made against the latest JBoss version.
If you haven't tested jboss-3.2.6 you are just wasting everybodys time.