]
Eduardo Silva commented on WFLY-4169:
-------------------------------------
This should not be closed or other status? Since it was decided that were are not going
to do that?
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
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.??