-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
MA Sprint 13, MA Sprint 14
-
None
When a singleton EJB bean class implements javax.ejb.SessionBean interface,
this interface should be removed from the implements clause; and all methods declared in javax.ejb.SessionBean interface (see below) that are implemented in the bean class or its super classes should be checked for @Override annotation, and remove this annotation too if present.
Methods declared by javax.ejb.SessionBean interface:
void setSessionContext(SessionContext ctx); void ejbRemove(); void ejbActivate(); void ejbPassivate();
- blocks
-
JBEAP-16940 [GSS](7.2.z) Out of specification: Singleton EJB is allowed to implement SessionBean interface.
- Closed
- is incorporated by
-
WINDUPRULE-395 EAP 7.3 App Migration
- Closed