Hi, <rant> Hmpf, I like XML in Java - it is more than complicated .... </rant>
Is this still an issue with today's Java 1.4.2 ? What is the exact dependency on Java 1.4.x of Jackrabbit ? If we still require this workaround, then this should probably be located in a well visible location such as jackrabbit-jcr-commons for all to be accessible. Regards Felix Am Donnerstag, den 24.01.2008, 04:59 -0800 schrieb Jukka Zitting (JIRA): > [ > https://issues.apache.org/jira/browse/JCR-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Jukka Zitting reopened JCR-1343: > -------------------------------- > > > We probably need to do something similar to what's being discussed in > JCR-1310 to avoid losing namespace declarations in the serialized XML > document. > > > Replace xerces for serialization by JAXP > > ---------------------------------------- > > > > Key: JCR-1343 > > URL: https://issues.apache.org/jira/browse/JCR-1343 > > Project: Jackrabbit > > Issue Type: Improvement > > Components: jackrabbit-jcr-rmi > > Affects Versions: 1.4 > > Reporter: Felix Meschberger > > Assignee: Felix Meschberger > > Fix For: 1.5 > > > > > > The org.apache.jackrabbit.rmi.xml.ImportContentHandler class currently uses > > Xerces to implement the SAX DocumentHandler and serialize XML into a > > byte[]. This dependency should be dropped and JAXP be used instead for this > > functionality. >
