hi,

i am unable to configure saxon as the xslt-transformer of choice
in solr 4.x (ALPHA and BETA)

On startup, I keep getting the error:
null:javax.xml.transform.TransformerFactoryConfigurationError: Pr
ovider net.sf.saxon.TransformerFactoryImpl not found
even though the log before says, it is adding the .jars to the class-loader.

I start solr (in the example dir) with:
java -jar start.jar -Djavax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactoryImpl

I have set the saxon-jars in the CLASSPATH.

I also tried to put various versions of the saxon-jars into
./example/lib or
./example/solr/lib

and to edit ./example/solr/collection1/solrconfig.xml

  <lib dir="../../lib" regex="saxon.*\.jar"  />
and:
  <lib dir="../lib" regex="saxon.*\.jar"  />


What am I doing wrong?


Any hint appreciated

best,
Matej

Reply via email to