Transaction integration failures with CDI
-----------------------------------------
Key: JBTM-2852
URL:
https://issues.jboss.org/browse/JBTM-2852
Project: JBoss Transaction Manager
Issue Type: Bug
Components: JTA
Affects Versions: 5.5.2.Final
Reporter: Ondra Chaloupka
Assignee: Ondra Chaloupka
Priority: Blocker
Fix For: 5.5.3.Final
There are failures in integration of transaction and cdi because of introducing of new
wildfly transaction client.
The new client does not verify transaction availability where JTA-CDI requires
IllegalStateException.
Related test case could be
https://github.com/scottmarlow/wildfly/commit/34385c25a2b0126eafe791914ef...