org.jboss.ejb3.deployers.Ejb3Deployer does it this way: !(metaData.isEJB2x() || metaData.isEJB1x()). Instead, it should use metaData.isEJB3x(). This is inspired by JBMETA-208.
- is related to
-
JBMETA-208 Prescence of an ejb-jar.xml without a namespace stops annotation-based metadata processing
- Resolved