[
https://issues.apache.org/jira/browse/UIMA-4565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14712843#comment-14712843
]
Richard Eckart de Castilho commented on UIMA-4565:
--------------------------------------------------
Ok, the spooky failures seem to come from using some outdated XML libraries:
the XMLSerializerTest.testXml11 which is looking for a XML 1.1 version string
only finds a XML 1.0.
Build was running on slave windows1 against
f:\hudson\tools\java\latest-1.7-64/bin/java.
{noformat}
-------------------------------------------------------------------------------
Test set: org.apache.uima.util.XMLSerializerTest
-------------------------------------------------------------------------------
Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec <<<
FAILURE! - in org.apache.uima.util.XMLSerializerTest
testXml11(org.apache.uima.util.XMLSerializerTest) Time elapsed: 0 sec <<<
FAILURE!
junit.framework.ComparisonFailure: expected:<...1...> but was:<...0...>
at junit.framework.Assert.assertEquals(Assert.java:81)
at junit.framework.Assert.assertEquals(Assert.java:87)
at
org.apache.uima.util.XMLSerializerTest.testXml11(XMLSerializerTest.java:73)
{noformat}
> CAS.FEATURE_FULL_NAME_SOFA wrong?
> ---------------------------------
>
> Key: UIMA-4565
> URL: https://issues.apache.org/jira/browse/UIMA-4565
> Project: UIMA
> Issue Type: Bug
> Components: Core Java Framework
> Affects Versions: 2.8.1SDK
> Reporter: Richard Eckart de Castilho
> Assignee: Richard Eckart de Castilho
> Fix For: 2.8.2SDK
>
>
> The CAS interface has to say this about the *sofa* feature's full name
> {noformat}
> FEATURE_FULL_NAME_SOFA = "uima.tcas.Annotation:sofa";
> {noformat}
> However, when I try to use this to filter out the sofa feature, I don't catch
> it - and the reason seems to be that the *sofa* feature is actually defined as
> {noformat}
> uima.cas.AnnotationBase:sofa
> {noformat}
> ... at least that's what the debugger says.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)