Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-553

casManager.releaseCas(aCas) should switch to the base view of the argument; otherwise fails to release

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 2.1, 2.2
    • 2.2.2
    • Core Java Framework
    • None

    Description

      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.

      Attachments

        Activity

          People

            schor Marshall Schor
            schor Marshall Schor
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: