]
Tomasz Adamski closed WFLY-4169.
--------------------------------
Resolution: Rejected
Wildfly doesn't fail on deployment EJB with CDI @Transactional
--------------------------------------------------------------
Key: WFLY-4169
URL:
https://issues.jboss.org/browse/WFLY-4169
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 8.2.0.Final
Reporter: Kamil Żbikowski
Priority: Major
When javax.transaction.@Transactional CDI is put on EJB application is able to be
correctly deployed on the server. According to JSR345 it should not be possible. ??It is
illegal to associate JTA transactional interceptors \[8\] with Enterprise JavaBeans. The
EJB Container should fail deployment of such applications.??