Hi Everyone, Two basic questions (I hope), so please bear with me.
1. I was trying to use classes generated by the XSD2JavaGenerator utility, but could not find a way to enable change summary. Using generated classes, is it possible to utilize change summary capabilities? 2. Is there sufficient metadata in ChangeSummary.getChangedDataObjects() method to apply changes? As ChangeSummary is not serializable, I'm looking for alternatives. What I'm ultimately trying to accomplish is to utilize SDO as a means of propagating changes between distributed system members. Change summary seems to be well suited for this, but I'm stumped about how to apply the changes if the base object contains thousands of entries (a List). I've figured out the APIs to determine what has changed and more or less how its changed, but where to apply the change is the question. In my testing, I have a fairly basic XSD that has an array of a complex type. Regards, Scott
