1 Reply Latest reply on Feb 11, 2016 1:32 AM by hchiorean

    How to use jackrabbit mysql repository by modeshape ?

    rishianand50

      I am using jackrabbit from a long time and now I want to move to modeshape. I am storing all jackrabbit data into sql database. I want to retrieve same data without migration from modeshape. Is it possible ? How to do it ? If not possible then what should I do and how ?

        • 1. Re: How to use jackrabbit mysql repository by modeshape ?
          hchiorean

          The only way to migrate data between JR and MS is to go "via JCR" , meaning using JCR's export/import feature, preferably using system mode. The limitation of this approach is that any repository internal data (e.g. version histories, locks etc) cannot be ported correctly since they rely on internal implementation structures.