Allow classes from ${solr.home}/lib to be loaded by the same classloader as 
solr war to prevent ClassCastException
------------------------------------------------------------------------------------------------------------------

                 Key: SOLR-1408
                 URL: https://issues.apache.org/jira/browse/SOLR-1408
             Project: Solr
          Issue Type: Improvement
          Components: clients - java
    Affects Versions: 1.3
            Reporter: Luke Forehand


When extending org.apache.solr.handler.dataimport.DataSource, I would like to 
package my extended class in ${solr.home}/lib to that I can keep the vanilla 
copy of my solr.war intact.  The problem is I encounter a ClassCastException 
when Solr tries to create a newInstance of my extended class, which I suspect 
has to do with the DataSource and my extended class being loaded from different 
classloaders.

-- 
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