-
Bug
-
Resolution: Done
-
Major
-
None
-
1.0.0-Beta10
-
None
-
Workaround Exists
-
In the jar-file are my ejb's with their local facades. the jar consists of over 1000 classes.
there are two interceptors included which will be called on object creation and update. Every facade uses this interceptors with the @Interceptors annotation.
the creation of database will work, but the deploy fails with an exception:
10:05:23,263 ERROR [AbstractKernelController] Error installing to Start: name=jboss.j2ee:jar=PROOFCenter-EJB.jar,name=AuftraggebernummerFacade,service=EJB3 state=Create
java.lang.StackOverflowError
in the log is also a warning with the interceptors:
09:54:33,953 WARN [InjectInterceptorsFactory] WEIRDNESS IN AOP: advisor org.jboss.ejb3.aop.ExtendedManagedObjectAdvisor@ff364a
- relates to
-
EJBTHREE-1800 Improve EJB3 deployment time on AS5
- Resolved