-
Bug
-
Resolution: Done
-
Major
-
6.0.0.M1
-
None
org.jboss.test.jca.test.TxConnectionManagerUnitTestCase.setUp uses mbean lookup of a the TransactionTimeout property. This is not required to be present by the tx integration api, it's an implementation detail of the tx mgr. Hence this tests is unnecessarily fragile, especially since the only use of the value retrieved is to reset it after the test. Probably better to just call setTransactionTimeout(0) in tearDown, which will restore the default timeout.
- is related to
-
JBAS-6913 Resolve JBoss AS 6.0.0 Test Suite Issues
- Closed