Use jarjar links to transform javax.xml classpath to avoid collisions with 
other xml parsers.
---------------------------------------------------------------------------------------------

                 Key: SOLR-495
                 URL: https://issues.apache.org/jira/browse/SOLR-495
             Project: Solr
          Issue Type: Improvement
          Components: clients - java
    Affects Versions: 1.3
         Environment: JBOSS AS 4.2
            Reporter: Thomas Frössman


The way i got solrj running on jboss as was to use jarjar links to rewrite the 
classpath of the xml parser so it would not collide with the jboss configured 
xmlparserfactory. (<rule pattern="javax.xml.**" result="[EMAIL PROTECTED]" />)
You might want to consider this either as the default solrj packaging or maybe 
have an alterative "complete" jar with everything in it. will be easier for 
newbies to figure out how to solrj in sitautions like this.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to