PearAnalysisEngineWrapper should implement reconfigure - calling the wrapped pear's reconfigure -----------------------------------------------------------------------------------------------
Key: UIMA-1467 URL: https://issues.apache.org/jira/browse/UIMA-1467 Project: UIMA Issue Type: Bug Components: Core Java Framework Affects Versions: 2.2.2 Reporter: Marshall Schor Assignee: Marshall Schor Fix For: 2.3 Reported by a user - seeing NPE when calling reconfigure. That NPE is being caused by another issue (see UIMA-1466), but investigation revealed that the reconfigure method was defaulting to just (attempting to) validate the new parameters, and those were not being forwarded to the wrapped pear. Note: The documentation says in http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/references/references.html#ugr.ref.pear.specifier that the pear doesn't receive aggregate override parameter information. I think this was the original design, but we found a way when fixing some other bugs related to sofa mappings A good summary is in UIMA-1150 . -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.