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
- is cloned by
-
JBEAP-14418 [GSS](7.1.z) Server should verify EJB business methods during deployment and log a warning
- Closed