-
Task
-
Resolution: Done
-
Blocker
-
None
-
None
-
1.0.3
Profiling has revealed a hotspot in invocation:
public Object aroundInvoke(Invocation invocation) throws Throwable
{ log.debug("aroundInvoke " + invocation); return invoke(invocation); }Change this to log.trace() and apply a isTraceEnabled check
- blocks
-
JBPAPP-2572 EJB3 SFSB call from remote client slow - 40% degradation in EJB3 performance in EAP5
- Resolved