[GitHub] camel pull request #2457: CAMEL-12714 - support handlers in cxf payload mode...

2018-08-07 Thread pvdbosch
GitHub user pvdbosch opened a pull request: https://github.com/apache/camel/pull/2457 CAMEL-12714 - support handlers in cxf payload mode without SEI Support JAX-WS handlers for cxf endpoint in payload mode with a WSDL specified and without service class by using a JaxWsEndpointImpl

[GitHub] camel pull request #2456: CAMEL-12713 - XsltUriResolver fix: relative import...

2018-08-07 Thread pvdbosch
GitHub user pvdbosch opened a pull request: https://github.com/apache/camel/pull/2456 CAMEL-12713 - XsltUriResolver fix: relative imports can ignore URI scheme fix for CAMEL-12713 FileUtil.compactPath() is used to calculate the relative URI, but this call ignores the

[GitHub] camel pull request #2440: fix xslt nested relative refs

2018-07-25 Thread pvdbosch
GitHub user pvdbosch opened a pull request: https://github.com/apache/camel/pull/2440 fix xslt nested relative refs If an XSLT A includes XSLT B which includes XSLT C using relative references, XSLT C is resolved relative to A instead of B. An example is added in unit test