]
Tom Jenkinson commented on JBTM-2433:
-------------------------------------
Shouldn't we link this to the race condition Jira?
TransactionRolledBackException in MultiCloseTest
------------------------------------------------
Key: JBTM-2433
URL:
https://issues.jboss.org/browse/JBTM-2433
Project: JBoss Transaction Manager
Issue Type: Bug
Components: XTS
Reporter: Gytis Trikleris
Assignee: Gytis Trikleris
Priority: Minor
Fix For: 5.next
Attachments: com.arjuna.wstx.tests.arq.ba.MultiCloseTest-output.txt
It looks like this failure has been caused by the race condition in WS-BA. In our tests
it should be handled by the Byteman rule, but seems that for an unknown reason it has
still failed in this occasion.
{code}
-------------------------------------------------------------------------------
Test set: com.arjuna.wstx.tests.arq.ba.MultiCloseTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.117 sec <<<
FAILURE!
testMultiClose(com.arjuna.wstx.tests.arq.ba.MultiCloseTest) Time elapsed: 2.5 sec
<<< ERROR!
com.arjuna.wst.TransactionRolledBackException: null
at
com.arjuna.wst11.stub.BusinessActivityTerminatorStub.close(BusinessActivityTerminatorStub.java:95)
at
com.arjuna.mwlabs.wst11.ba.remote.UserBusinessActivityImple.close(UserBusinessActivityImple.java:157)
at com.arjuna.wstx.tests.arq.ba.MultiCloseTest.testMultiClose(MultiCloseTest.java:71)
{code}