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.2, 2.1
            Reporter: Marshall Schor
            Priority: Trivial


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.

Reply via email to