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

2009-09-15 Thread Marshall Schor (JIRA)

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

Marshall Schor updated UIMA-1256:
-

Fix Version/s: 2.3

 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: Adam Lally
 Fix For: 2.3

 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.



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

2008-12-22 Thread Bhavani Iyer (JIRA)

 [ 
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.