Marshall Schor created UIMA-5547:
------------------------------------
Summary: some CAS deserializations skipping CAS Reset
Key: UIMA-5547
URL: https://issues.apache.org/jira/browse/UIMA-5547
Project: UIMA
Issue Type: Bug
Components: Core Java Framework
Reporter: Marshall Schor
Assignee: Marshall Schor
Priority: Minor
Fix For: 3.0.0SDK-beta
The cas complete deserialization done by a test case in UIMA V3 had a strange
failure caused by some caching that wasn't cleared (and was holding on to
previously created DocumentAnnotation feature structure).
Check all the CAS deserialization paths to insure that non-delta ones do a cas
reset - to clear out possibly cached things (such as the 0-length primitive
arrays accessible via the JCas).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)