Hi Daniel I will try to get a working example deployed into SMX this evening and see if I can reproduce the error. Could you include the source code of your working example so I could have a look?
Regards, Ayache On 12 May 2015 at 23:49, Davis, Daniel <davi...@si.edu> wrote: > 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> > > > > >