Yes, this looks like a bug. It would seem to be a consequence of our half-hearted implementation of parametrized arrays. Please open a Jira issue: https://issues.apache.org/jira/browse/UIMA You may need to create an account if you don't have one yet.
--Thilo Yoshinobu KANO wrote: > Hi, > > When we run a SOAP service with any type system which uses FSArray > AnalysisEngineProcessException occurs, > though the same component can be run as a local service. > > The error says: > Caused by: org.apache.uima.UIMARuntimeException: The JCas cannot be > initialized. The following errors occurred: The JCAS range type > uima.cas.FSArray for feature <OurFeatureName> of type <OurTypeName> does > not match the CAS range <OurFeatureTypeName>[] for the feature. > # I replaced our specific feature/type names. > > The UIMA version is 2.1, but the same thing occured in the previous > versions, too. > If this is a bug, should I report it somewhere in JIRA? > > Thank you, > > Yoshinobu
