Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-5462

JSF fails with Seam if logging level is set to DEBUG

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • JBossAS-5.0.0.CR1
    • JBossAS-5.0.0.Beta4
    • JSF
    • None
    • Workaround Exists
    • Hide

      Before this jira is fixed, the workaround is to set JSF log level to INFO.
      <category name="javax.enterprise.resource.webcontainer.jsf">
      <priority value="INFO" />
      </category>

      Show
      Before this jira is fixed, the workaround is to set JSF log level to INFO. <category name="javax.enterprise.resource.webcontainer.jsf"> <priority value="INFO" /> </category>

      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.

            ssilvert@redhat.com Stan Silvert
            ssilvert@redhat.com Stan Silvert
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: