[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1709) Unnecessary logging at WARN level
Pete Muir (JIRA)
jira-events at lists.jboss.org
Fri Jan 30 16:10:44 EST 2009
Unnecessary logging at WARN level
---------------------------------
Key: EJBTHREE-1709
URL: https://jira.jboss.org/jira/browse/EJBTHREE-1709
Project: EJB 3.0
Issue Type: Task
Components: interceptors
Affects Versions: 1.0.0-GA
Reporter: Pete Muir
Assignee: Carlo de Wolf
I have an interceptor, which I apply to all EJBs, but it only has lifecycle (@PostConstruct, @PreDestroy) callback interceptions on it, and no @AroundInvoke. As a result I get a lot of log messages, which seem spurious:
21:03:58,301 WARN [InterceptorRegistry] applicable interceptors is non-existent for public void org.jboss.webbeans.examples.translator.TranslatorControllerBean.translate()
I think the WARN should be TRACE.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list