> Hi Dean, > > Normally, when you create a DataObject in a DataGraph, you serialize the > DataGraph using SDOUtil.saveDataGraph(), not XMLHelper.save(). Does that > work properly?
It does indeed. That should at least keep me going. > That said, you should also be able to serialize any DataObject using > XMLHelper.save(). If the object is in a container (e.g., the DataGraph in > your example) then when you call XMLHelper.save() it's supposed to > temporarily detach it from it's container, serialize it, and then reattach > it at the end. So, I would expect your second example to serialize just > like the first one. It looks to me like there may be a bug in the > detach/reattach code in this case. Any help tracking it down would be > appreciated. > Indeed. I will have a quick poke, but this quickly becomes black magic to me :-). Dean. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
