On May 20, 2010, at 9:45 AM, Patrick Bernard wrote: > Is it possible design a schema so that configuration data can be migrated > from > an older to a newer version of the schema ? What is the best way to do it ?
When, upon OOo startup, the configmgr implementation encounters any configuration data items (typically from the user layer, storing the changes made by the user through the GUI or programmatically through the UNO API) that do not match a schema, those items are simply ignored. That pretty much limits how you can migrate such data---do not make incompatible changes to your schema, only ever add to it. -Stephan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
