Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Saxon parser - use in OSB/ALSB

771678Feb 1 2011 — edited Feb 2 2011
Hi All,
We are considering use saxon to replace Oracle/BEA's internal xslt parser to increase performance , i would like to know if anybody has experience with this.
As when i change to use saxon i also get following exception.

Throwable: javax.xml.stream.FactoryConfigurationError: Provider null could not be instantiated: java.lang.NullPoin
terException
Stack Trace:
javax.xml.stream.FactoryConfigurationError: Provider null could not be instantiated: java.lang.NullPointerExceptio
n
at javax.xml.stream.FactoryFinder.newInstance(FactoryFinder.java:75)
at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:136)
at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:92)
at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:136)
at weblogic.descriptor.DescriptorReader.<init>(DescriptorReader.java:22)
at weblogic.management.provider.internal.ConfigReader.<init>(ConfigReader.java:71)

I have done following,
1.copied saxon libraries in $JAVA_HOME/jre/lib directory
2.created jaxp.properties in $JAVA_HOME/jre/lib
javax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactoryImpl

Rgds
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 2 2011
Added on Feb 1 2011
3 comments
801 views