-
Bug
-
Resolution: Done
-
Major
-
None
-
None
According to core specs of EJB 3.2, business methods should not be declared as final or static. A verification has been added in https://issues.redhat.com/browse/WFLY-7085, but it doesn't seem to check methods defined in superclasses. Such bean can then be deployed and call to this method results int WFLYEE0067: Method does not exist, which i believe is a bug and superclasses should also be checked for final and static methods during verification.
- relates to
-
WFLY-17582 Improve EjbValidationsUtilTest to better check static or final methods in ejb class
- Closed