[jboss-jira] [JBoss JIRA] Created: (JBAS-5462) JSF fails with Seam if logging level is set to DEBUG

Stan Silvert (JIRA) jira-events at lists.jboss.org
Thu Apr 17 19:34:44 EDT 2008


JSF fails with Seam if logging level is set to DEBUG
----------------------------------------------------

                 Key: JBAS-5462
                 URL: http://jira.jboss.com/jira/browse/JBAS-5462
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: JSF
    Affects Versions: JBossAS-5.0.0.Beta4
            Reporter: Stan Silvert
         Assigned To: Stan Silvert
             Fix For: JBossAS-5.0.0.CR1


If you set the logging level for JSF down to DEBUG then it will enable the JUL FINEST level in the JSF impl.  FINEST should only get enabled if the log4j category is set to TRACE.

If the JUL is at FINEST then some debug code in the JSF impl causes Seam to fail.  We will try to address this in Mojarra, but for now I'm just fixing the problem with mapping from TRACE to FINEST.  And as a workaround, we'll set JSF logging to DEBUG, which will no longer map to FINEST.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list