FSArray causes error in SOAP service
------------------------------------
Key: UIMA-476
URL: https://issues.apache.org/jira/browse/UIMA-476
Project: UIMA
Issue Type: Bug
Components: Transport Adapters - SOAP, Vinci
Affects Versions: 2.1
Environment: UIMA 2.1 and previous versions
Reporter: Yoshinobu KANO
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.
It occurs in the type system checking, independently of the component
implementations.
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.
# replaced our specific feature/type names.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.