sofa2jcasMap not be consistenly set
-----------------------------------

                 Key: UIMA-394
                 URL: https://issues.apache.org/jira/browse/UIMA-394
             Project: UIMA
          Issue Type: Bug
          Components: Core Java Framework
    Affects Versions: 2.1
            Reporter: Marshall Schor
         Assigned To: Marshall Schor
            Priority: Minor
             Fix For: 2.2


While researching the fix for UIMA 386, found that the mechanism for adding 
entries to sofa2jcasMap was not happening for the case of 
aCas.getView(somenewsofa).getJCas().  This would cause a duplicate JCas to be 
added, when there already was one.  As part of the research for fixing this, 
see if the map can be eliminated (in favor of using the sofa2tcasMap followed 
by getJCas on that).

-- 
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