[jboss-jira] [JBoss JIRA] Created: (JBLOGGING-33) IllegalStateException when adding filter to jboss-logging.xml
Stan Silvert (JIRA)
jira-events at lists.jboss.org
Fri Jan 22 13:47:20 EST 2010
IllegalStateException when adding filter to jboss-logging.xml
-------------------------------------------------------------
Key: JBLOGGING-33
URL: https://jira.jboss.org/jira/browse/JBLOGGING-33
Project: JBoss Logging
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Stan Silvert
Assignee: David Lloyd
Attachments: jboss-logging.xml
If I add this to jboss-logging.xml (attached), I will get an IllegalStateException at startup.
<logger category="facelets.compiler">
<level name="INFO"/>
<filter>
<not>
<match pattern="jsf-libs/jsf-impl.jar"/>
</not>
</filter>
</logger>
--
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