Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.