Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.2AS
-
None
Description
Problem in recursion in org.apache.uima.aae.controller.AggregateAnalysisEngineController_impl.finalStep .... getForceCasToBeDropped() value of child is falsely propagated to parents and is wrongly applied to input CAS. Since aggregate CMs are not yet supported fix is simple.
Later will probably need to fix recursion to return children before parents.