]
Carlo de Wolf updated EJBTHREE-1895:
------------------------------------
Component Fix Version(s): 1.0.3
Priority: Blocker (was: Major)
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
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: