]
jaikiran pai updated EJBTHREE-1895:
-----------------------------------
Fix Version/s: Plugin 1.0.14
Use log.trace in InterceptorSequencer
-------------------------------------
Key: EJBTHREE-1895
URL:
https://jira.jboss.org/jira/browse/EJBTHREE-1895
Project: EJB 3.0
Issue Type: Task
Components: interceptors
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Priority: Blocker
Fix For: 1.1.15, Plugin 1.0.14
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
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: