You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Bhavani Iyer (JIRA)" <ui...@incubator.apache.org> on 2008/12/22 23:21:44 UTC

[jira] Updated: (UIMA-1256) UIMA-AS XMI serialization loses items appended to an FSList

     [ https://issues.apache.org/jira/browse/UIMA-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhavani Iyer updated UIMA-1256:
-------------------------------

    Attachment: UIMA-1256.patch

The list FS nodes were not properly mapped to the feature structure that the list FS was a feature of during deserialization and hence when the list FS was modfied the encompassing FS was not serialized during delta XMI serialization.  

> UIMA-AS XMI serialization loses items appended to an FSList
> -----------------------------------------------------------
>
>                 Key: UIMA-1256
>                 URL: https://issues.apache.org/jira/browse/UIMA-1256
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>    Affects Versions: 2.2.2
>            Reporter: Adam Lally
>            Assignee: Bhavani Iyer
>         Attachments: UIMA-1256.patch
>
>
> I have an FSList that contains 2 FeatureStructures.  I send it to a remote annotator that creates approximately 40 new FeatureStructures and appends them to the end of the FSList.  It also adds these new FSs to the indexes.
> When I use xmi serialization, the CAS comes back without the new FSs having been added to the FSList, although I do see them in the indexes.  When I use binary serialization, all works fine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.