Richard Eckart de Castilho created UIMA-2569:
------------------------------------------------

             Summary: JSR47Logger_implTest fails with JDK 7 on builds.apache.org
                 Key: UIMA-2569
                 URL: https://issues.apache.org/jira/browse/UIMA-2569
             Project: UIMA
          Issue Type: Bug
          Components: Core Java Framework
    Affects Versions: 2.4.1SDK
            Reporter: Richard Eckart de Castilho


There is a test failure when building uimaj on the Apache Jenkins using JDK 7:

{noformat}
junit.framework.AssertionFailedError
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.assertTrue(Assert.java:20)
        at junit.framework.Assert.assertTrue(Assert.java:27)
        at 
org.apache.uima.util.impl.JSR47Logger_implTest.testLogWrapperCreation(JSR47Logger_implTest.java:60)
---
60:     Assert.assertTrue(uimaLogger.isLoggable(Level.INFO));
{noformat}

Cannot reproduce that failure locally in Eclipse nor on the command line under 
OS X with:

{noformat}
Java version "1.7.0_10"
Java(TM) SE Runtime Environment (build 1.7.0_10-b18)
Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode)
{noformat}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to