[
https://issues.apache.org/jira/browse/UIMA-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marshall Schor updated UIMA-553:
--------------------------------
Fix Version/s: 2.2.2
> casManager.releaseCas(aCas) should switch to the base view of the argument;
> otherwise fails to release
> ------------------------------------------------------------------------------------------------------
>
> Key: UIMA-553
> URL: https://issues.apache.org/jira/browse/UIMA-553
> Project: UIMA
> Issue Type: Improvement
> Components: Core Java Framework
> Affects Versions: 2.1, 2.2
> Reporter: Marshall Schor
> Assignee: Marshall Schor
> Priority: Trivial
> Fix For: 2.2.2
>
>
> User tried:
> CAS cas = casManager.getCas("pool");
> // ... some processing
> casManager.releaseCas(cas); // << FAILED, because the getCas returned the
> default view (not the base view), but
> // the base view
> is required (currently) to release.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.