The only way I know of to export data from Jackrabbit is by session.exportSystemView and session.exportDocumentView, so I think if you want to further filter the output XML you'll have to probably use an XML parser (SAX/DOM) to filter out the parts you don't need, but AFTER the JCR exports the XML to a file/stream. However i've never used filevault or composium, so i don't know specifically what that entails.
Best regards, Clay Ferguson [email protected] On Tue, Feb 7, 2017 at 12:54 PM, lancedolan <[email protected]> wrote: > Hi All, > > I can no longer use composum. > > Does anybody have some terminal commands or procedure they follow for > exporting data without composum? I've downloaded this > "jackrabbit-filevault" > project, and I've tried some different terminal commands after reading the > documentation. Not sure what I'm doing. > > Does anybody here export data from JCR without composum? What's the > process? > > > ********* > For those curious, why not Composum? > It is demonstrating a severe defect preventing me from building a jcr > package [https://github.com/ist-dresden/composum/issues/60]. Even if that > defect is solved, this instability is concerning enough that we need a > separate reliable process for exporting data > > > > -- > View this message in context: http://jackrabbit.510166.n4. > nabble.com/FileVault-for-import-and-export-of-JCR-tp4666037p4666343.html > Sent from the Jackrabbit - Users mailing list archive at Nabble.com. >
