You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2006/06/27 16:39:30 UTC

[jira] Kommentiert: (JCR-367) Remove dependency on Xerces

    [ http://issues.apache.org/jira/browse/JCR-367?page=comments#action_12418035 ] 

Felix Meschberger commented on JCR-367:
---------------------------------------

I ran into the same issue when working on trying to integrate with the Apache Felix (OSGi R4) as a bundle.

I tried to create a workaround, which I can solve like this:

   * Use JAXP Transformer (yes it is part of the Java Runtime siince 1.4) for export
   * Copy XMLChar to o.a.j.util. Yes, this is not the best of all solutions, but it removes the dependency and XMLChar is Apache, too.
   * Remains the o.a.j.c.nodetype.converter package which contains a XML Schema to node type converter. This is probably not a tool, which is run on a casual server implementation. Therefore, leaving the dependency there and documenting is probably ok. Better would probably be to take this out fo the core repository package, not sure, though.

> Remove dependency on Xerces
> ---------------------------
>
>          Key: JCR-367
>          URL: http://issues.apache.org/jira/browse/JCR-367
>      Project: Jackrabbit
>         Type: Improvement

>   Components: xml
>     Reporter: Michael Young

>
> Classloaders in certain J2EE servers do not play well with the Xerces requirement

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira