[jboss-jira] [JBoss JIRA] Created: (JBAS-4650) JSFIntegrationUnitTestCase is failing for JBoss AS 5

Stan Silvert (JIRA) jira-events at lists.jboss.org
Wed Aug 29 09:41:18 EDT 2007


JSFIntegrationUnitTestCase is failing for JBoss AS 5
----------------------------------------------------

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


JSFIntegrationUnitTestCase fails.  The specific assertion that fails is in the logging test.  This was caused by setting a default logging level for JSF in log4j.xml.

If you run the test twice, it will pass the second time because the test sets logging levels by hitting the Log4JService via HTTP.  However, because the WAR for the test is deployed before the logging levels were changed, the WAR would be deployed with the old logging values.  So the fix is to change the test to set the logging levels before the WAR is deployed.

-- 
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