mjunsilo opened a new pull request #88:
URL: https://github.com/apache/uima-uimaj/pull/88


   - Commented out second call to UimaSerializable._save_to_cas_data() during 
initSrcTgtIdMapsAndStrings, since it can cause feature structures that were 
previously collected for serialization during processIndexedFeatureStructures 
to be invalidated. Reason is because _save_to_cas_data could create a new 
feature structure during every call, which then has no valid serialization id, 
since these were assigned to the previous FS instance in the steps preceding 
this second save call. It's the new instance id that would be used to serialize 
the reference, and this ends up getting the value 0, because it is not known by 
the id mappings.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to