-
Bug
-
Resolution: Done
-
Major
-
JBossAS-5.0.0.Beta4
-
None
-
Workaround Exists
-
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.
- is incorporated by
-
JBPAPP-762 Seam Booking example failure with javax.el.ELException: /register.xhtml @78,78 value="#{register.verify}"
- Closed