-
Bug
-
Resolution: Done
-
Blocker
-
1.1.14
-
None
Looking at the performance of a SFSB method invocation, the LifecycleCallbacks.createLifecycleCallbackInterceptors method shows up as being called during prePassivate, postActivate, postConstruct and other similar lifecycle callbacks of each bean context.
The lifecycle callback interceptors are per bean context and can be created once during bean context created and maintained for future use. This will avoid repeated calls to LifecycleCallbacks.createLifecycleCallbackInterceptors method, which is expensive because of the AOP binding, annotation scanning and java reflection logic it has.
- blocks
-
JBPAPP-2572 EJB3 SFSB call from remote client slow - 40% degradation in EJB3 performance in EAP5
- Resolved
- relates to
-
JBAS-6831 EJB3 SFSB call from remote client slow - 40% degradation in EJB3 performance in EAP5
- Closed