Hi, On 9/26/07, Zhubin Salehi <[EMAIL PROTECTED]> wrote: > I'm trying to export part of my repository and import it agaion. I get the > following exception when I try to import: > > Caused by: javax.jcr.InvalidSerializedDataException: failed to parse XML > stream: [...] > Caused by: org.xml.sax.SAXNotRecognizedException: Feature: > http://xml.org/sax/features/namespace-prefixes > [...] > > I was wondering if anyone has see this error before. Does i mean that it > can't resolve http://xml.org/sax/features/namespace-prefixes?
Which version of Xerces are you using? Jackrabbit is trying to enable namespace prefix reporting in the XML parser, but it seems like in your case the XML parser (Xerces) doesn't support or recognize that option. BR, Jukka Zitting
