Marshall Schor created UIMA-4160:
------------------------------------
Summary: improve serialization warning for multiple-refs
Key: UIMA-4160
URL: https://issues.apache.org/jira/browse/UIMA-4160
Project: UIMA
Issue Type: Improvement
Components: Core Java Framework
Reporter: Marshall Schor
Fix For: 2.7.0SDK
The 2.7.0 common serialization code has new checking to see if something being
serialized in the xmi special format for arrays and lists is declared
not-multiply-referenced (and therefore can be serialized as an XMI special
list), but actually has multiple references (and therefore should not be
serialized as an XMI special list). The message says what the system will do -
it will serialize them as if they were multiple separate items. Unfortunately,
for large CASes, this message could occur very frequently, for essentially the
same error, thus overflowing disk allocations, etc. Figure out a way to give
the message without "flooding" the output.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)