GitHub user syakimovich opened a pull request:
https://github.com/apache/camel/pull/925
fix schematron classpath uri resolver
I had an error on windows with schematron component and was able to fix it
with this change. Replaced "File.separator" with "/".
From
https://docs.oracle.com/javase/8/docs/technotes/guides/lang/resources.html:
"The name of a resource is independent of the Java implementation; in
particular, the path separator is always a slash (/). However, the Java
implementation controls the details of how the contents of the resource are
mapped into a file, database, or other object containing the actual resource."
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/syakimovich/camel
fix_schematron_classpath_uri_resolver
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/925.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #925
----
commit 3f2596a353203e1b15297d174ecf42b0ec930769
Author: syakimovich <[email protected]>
Date: 2016-04-02T16:05:51Z
fix schematron classpath uri resolver
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---