]
Romain Pelisse updated WFLY-10048:
----------------------------------
Summary: Deploying of malformed MDB should be allowed, but infractions should be
reported as warnings (was: Deploying of malformed MDB should be reported as warnings)
Deploying of malformed MDB should be allowed, but infractions should
be reported as warnings
--------------------------------------------------------------------------------------------
Key: WFLY-10048
URL:
https://issues.jboss.org/browse/WFLY-10048
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 12.0.0.Final
Reporter: Romain Pelisse
Assignee: Romain Pelisse
Fix For: 13.0.0.Beta1
When a deployment containing malformed MDB is deployed to EAP server, the deploy
operation passes. There should be a check at deploy time that MDBs meet all requirements
and if there are some issues, the deploy operation should fail.
Examples of malformed MDBs:
class is marked as final
onMessage method is marked as final