[GitHub] camel pull request: CAMEL-9600

2016-04-08 Thread syakimovich
GitHub user syakimovich opened a pull request: https://github.com/apache/camel/pull/936 CAMEL-9600 updating fop to 2.1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/syakimovich/camel CAMEL-9600 Alternatively you can review and

[GitHub] camel pull request: CAMEL-9549 - Improvement of error messages whe...

2016-04-03 Thread syakimovich
GitHub user syakimovich opened a pull request: https://github.com/apache/camel/pull/926 CAMEL-9549 - Improvement of error messages when compiling the schema You can merge this pull request into a Git repository by running: $ git pull https://github.com/syakimovich/camel CAMEL

[GitHub] camel pull request: fix schematron classpath uri resolver

2016-04-03 Thread syakimovich
Github user syakimovich closed the pull request at: https://github.com/apache/camel/pull/925 --- 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

[GitHub] camel pull request: fix schematron classpath uri resolver

2016-04-02 Thread syakimovich
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 "/".