Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
3. I deployed the uimacpp AE service which has exactly the same typesystem as a uimaj AE in the pipeline. However, the CASes are incompatible with the following reason:
- There is a type 'Constituent' which has a 'children' feature. 'children' is of the range type 'FSArray' with the element type 'Constituent'.
- However, when getting the typesystem from the uimacpp service, the element type is ignored. Both components cannot be plugged into one pipeline, because of an exception complaining about incompatible typesystems.
I will work around the last issue by altering the typesystem (removing the element type), but this is not satisfactory.
Kind regards
Matthias