An update. I got rid of camel-saxon and the Saxon bundles. Then
created a Java DSL route packaged with Saxon-HE-9.6.0-5.jar. Same error
message.
In smx, it looks like camel-schematron is looking for parsers from the
OSGI framework like - javax.xml.parsers,version=0.0.0
from org.apache.felix.framework (0)
I presume if it find Xalan first this is going to be a problem. Onward
and upward.
--
Dan
On 05/12/2015 04:49 PM, Davis, Daniel wrote:
> <dependency>
> > + <groupId>net.sf.saxon</groupId>
> > + <artifactId>Saxon-HE</artifactId>
> > + <version>${saxon-version}</version>
> > + </dependency>
> >