-
Sub-task
-
Resolution: Done
-
Major
-
None
-
JBossAS-5.0.0.Beta3
-
None
org.jboss.test.tm.test.TransactionLocalUnitTestCase tests are failing due to:
Exception in constructor: testSimpleSetGet (java.lang.RuntimeException: Unable to locate the transaction manager
at org.jboss.tm.TransactionManagerLocator.locate(TransactionManagerLocator.java:105)
at org.jboss.test.tm.test.TransactionLocalUnitTestCase.<init>(TransactionLocalUnitTestCase.java:36)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at org.jboss.test.JBossTestCase.getDeploySetup(JBossTestCase.java:354)
The same issue is seen in other tests:
org.jboss.test.PreFillPoolingUnitTestCase
org.jboss.test.PoolingUnitTestCase
org.jboss.test.tm.test.Simple*TransactionLocalStressTestCase(tests-standard-stress)
Referencing: JBAS-4516, JBAS-4690, and JBAS-4520
the work to remove JBossTM from jboss-head codebase has been completed and the
old TM interfaces are available in jboss-integration.jar.
The above JIRAs are resolved but is there something left to be done?