-
Enhancement
-
Resolution: Done
-
Trivial
-
11.0.0.Final
-
None
The testsuite, tests checking XA transactions, contains duplicate code of test XAResource
- https://github.com/wildfly/wildfly/blob/master/testsuite/shared/src/main/java/org/jboss/as/test/integration/transactions/TestXAResource.java
- https://github.com/wildfly/wildfly/blob/master/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/transaction/exception/TestXAResource.java
are almost the same. It would be good to refactor them to reduce code duplication.
- relates to
-
WFLY-9725 Error during transaction manager commit of non-XA resource does not provokes exception being thrown
- Closed