This content has been marked as final.
Show 5 replies
-
1. Re: Change Notes: 3.2.4
adrian.brock Apr 23, 2004 10:04 AM (in response to adrian.brock)Tidyup:
The XIDFactory was generating the xid twice leading to transaction sequences
of 1, 3, 5, etc. -
2. Re: Change Notes: 3.2.4
adrian.brock Apr 23, 2004 10:07 AM (in response to adrian.brock)Between 3.2.4RC1 and 3.2.4RC2
-
3. Re: Change Notes: 3.2.4
adrian.brock Apr 23, 2004 10:07 AM (in response to adrian.brock)Add support for retrieving the current transaction timeout allowing the
ejb layer to override the default timeout when using CMT.
e.g. in jboss.xml (values are in seconds)<?xml version="1.0"?> <jboss> <enterprise-beans> <session> <ejb-name>TxTimeout</ejb-name> <jndi-name>jbosstest/tm/TxTimeout</jndi-name> <method-attributes> <method> <method-name>testOverriddenTimeoutExpires</method-name> <transaction-timeout>5</transaction-timeout> </method> <method> <method-name>testOverriddenTimeoutDoesNotExpire</method-name> <transaction-timeout>20</transaction-timeout> </method> </method-attributes> </session> </enterprise-beans> </jboss>
-
4. Re: Change Notes: 3.2.4
adrian.brock Apr 23, 2004 10:10 AM (in response to adrian.brock)Bug Fix:
Add synchronization on the Threads to interrupt at a transaction timeout.
See bug#935643 http://sourceforge.net/tracker/index.php?func=detail&aid=935643&group_id=22866&atid=376685 -
5. Re: Change Notes: 3.2.4
adrian.brock Apr 23, 2004 10:12 AM (in response to adrian.brock)Bug Fix:
Don't invoke beforeCompletion when rolling back - fixes bug # 938296
http://sourceforge.net/tracker/index.php?func=detail&aid=938296&group_id=22866&atid=376685