Hey, I need to migrate data stored in mysql to jackrabbit. I'm using JCR API (Node.addNode().. etc). And it takes many hours to do so.
Is there a way to speed things up? I was wondering if there is a way to directly output JCR files and copy those to jackrabbit repo, instead of using API. Thanks. Sam
