[jboss-jira] [JBoss JIRA] Commented: (JBAS-6140) org.jboss.test.web.test.JSFIntegrationUnitTestCase.testJSFIntegrated

Stan Silvert (JIRA) jira-events at lists.jboss.org
Thu Jan 8 15:33:04 EST 2009


    [ https://jira.jboss.org/jira/browse/JBAS-6140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12446244#action_12446244 ] 

Stan Silvert commented on JBAS-6140:
------------------------------------

I'm sorry to tell you this, but the log can be deceiving.  The reason I asked about the JMX console is because this test goes to the JMX console and uses the Log4jService to change the logging levels for various JSF categories.  Then it sends log messages through the system and verifies the log messages that come back.  So your log comparison probably has something to do with whether or not the log level got changed for javax.enterprise.resource.webcontainer.jsf.lifecycle.  

If everything works right, you should see something like this in the log before the WAR is deployed:

15:28:43,003 INFO  [Log4jService] Level set to ALL for javax.enterprise.resource.webcontainer.jsf.managedbean
15:28:43,222 INFO  [Log4jService] Level set to FATAL for javax.enterprise.resource.webcontainer.jsf.taglib
15:28:43,237 INFO  [Log4jService] Level set to ERROR for javax.enterprise.resource.webcontainer.jsf.application
15:28:43,250 INFO  [Log4jService] Level set to WARN for javax.enterprise.resource.webcontainer.jsf.context
15:28:43,264 INFO  [Log4jService] Level set to INFO for javax.enterprise.resource.webcontainer.jsf.config
15:28:43,277 INFO  [Log4jService] Level set to DEBUG for javax.enterprise.resource.webcontainer.jsf.lifecycle
15:28:43,296 INFO  [Log4jService] Level set to TRACE for javax.enterprise.resource.webcontainer.jsf.timing
15:28:43,440 INFO  [Log4jService] Level set to OFF for javax.enterprise.resource.webcontainer.jsf.renderkit

> org.jboss.test.web.test.JSFIntegrationUnitTestCase.testJSFIntegrated
> --------------------------------------------------------------------
>
>                 Key: JBAS-6140
>                 URL: https://jira.jboss.org/jira/browse/JBAS-6140
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: JSF
>            Reporter: Shelly McGowan
>            Assignee: Shelly McGowan
>             Fix For: JBossAS-4.2.4.GA
>
>
> This test case is the only remaining failure when run against OpenJDK 6. 
> http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-4.2.x-TestSuite-openjdk6/lastBuild/testReport/
> As noted in the parent issue, 
> https://jira.jboss.org/jira/browse/JBAS-5834?focusedCommentId=12433073#action_12433073
> this failure occurs when the test is run as part of the overall test target but not with one-test.  Can you take a closer look as to the root cause as OpenJDK 6 is targeted for certification with EAP 4.3.

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