Stan Pinte <[EMAIL PROTECTED]> writes: > Michael Oliver wrote: > > >You should be using the release candidate, 1.0.16 is very old and you will be > >happier with the latest. > > > > > > > by the way, I have got a client prototype, on which there is a lot of > data, using a CVS from august 2003. I am now using slide-2.0b1. (much > better), but is there a way to migrate the content from this config: > > > JDBCDescriptorStore/FileContentStore > > to the following: > > TxXMLFileDescriptorsStore/TxFileContentStore ??? > > I have got much data into these, and the content is versionned...
No tool to migrate from JDBCDescriptorStore to TxXMLFileDescriptorsStore. I planed to write one but never found the spare time :-( I used the same setup and migrated to JDBCStore/OldJDBCAdapter + TxXMLFileDescriptorsStore. Much more reliable than the old stuff. You would probably have to overwrite the createException(SQLException e, Uri uri) method for your database and slightly modify your schema. And please do some tests before migrating your data. AFAIK there is no conversion necessary for TxFileContentStore except creating a work directory. Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
