You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Richard Eckart de Castilho (JIRA)" <de...@uima.apache.org> on 2017/09/08 13:07:00 UTC

[jira] [Created] (UIMA-5557) uv3: FSArray accessors seem not to be correctly generated

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

             Summary: uv3: FSArray accessors seem not to be correctly generated
                 Key: UIMA-5557
                 URL: https://issues.apache.org/jira/browse/UIMA-5557
             Project: UIMA
          Issue Type: Bug
          Components: jcasgen-maven-plugin
    Affects Versions: 3.0.0SDK-beta
            Reporter: Richard Eckart de Castilho


With the UIMAv3 jcasgen, at runtime, I am seeing messages such as

{noformat}
2017-09-08 15:00:29  WARN [main] (FSClassRegistry) - CAS type system type "de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Compound" defines field "splits" with range "class org.apache.uima.jcas.cas.FSArray", but JCas getter method is returning "interface java.util.List" which is not a subtype of the declared range.
{noformat}

A user on the users mailing list reported a similar message when trying out UIMAv3:

{noformat}
JCAS range type uima.cas.FSArray for feature ... does not match the CAS range type uima.cas.StringArray for the feature
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)