-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
7.0.0.GA
The ejb 3.2 core specification state in chapter 4.9.6 that business methods should not be declared as final or static.
But a Bean with a 'final' business method declared in the local or remote interface can be correct deployed and is accesible under some circumstances.
To ensure that the Bean is according to the spec and avoid runtime or injection issues the methods should be checked and a VerifyError should be thrown at deployment time.
- clones
-
JBEAP-13939 [GSS](7.1.z) Server should verify EJB business methods during deployment and reject
- Closed