-
Bug
-
Resolution: Done
-
Blocker
-
EJB 3.0 RC9 - Patch 1, AS 4.2.0 GA
-
None
-
None
-
Workaround Exists
-
Deploying an EJB 2.1 SFSB through the EJB3 deployer doesn't work. A lot of precondition checks will complain about the code.
Any of the following exceptions will occur:
java.lang.RuntimeException: @javax.annotation.PostActivate annotated method has the wrong signature ... (EJB3 12.4)
java.lang.RuntimeException: @javax.annotation.PostConstruct annotated method has the wrong signature ... (EJB3 12.4)
java.lang.RuntimeException: @javax.annotation.PrePassivate annotated method has the wrong signature ... (EJB3 12.4)
java.lang.RuntimeException: Interceptors can only have one post-construct/@PostConstruct method - ...
- is blocked by
-
EJBTHREE-963 ejbCreate method is optional in EJB 2.1 bean
- Closed
-
EJBTHREE-966 setSessionContext not called on an EJB 2.1 bean
- Closed
- relates to
-
EJBTHREE-947 Relaxed signature checking
- Closed