You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "davsclaus (via GitHub)" <gi...@apache.org> on 2023/07/05 08:27:36 UTC

[GitHub] [camel] davsclaus commented on a diff in pull request #10488: [CAMEL-18916] camel-xslt-saxon: allow logger injection

davsclaus commented on code in PR #10488:
URL: https://github.com/apache/camel/pull/10488#discussion_r1252744082


##########
components/camel-xslt/src/main/java/org/apache/camel/component/xslt/XsltBuilder.java:
##########
@@ -463,7 +481,7 @@ protected void configureTransformer(Transformer transformer, Exchange exchange)
         addParameters(transformer, getParameters());
         transformer.setParameter("exchange", exchange);
         transformer.setParameter("in", exchange.getIn());
-        transformer.setParameter("out", exchange.getOut());
+        transformer.setParameter("out", exchange.getMessage());

Review Comment:
   This is not related to this PR and it should be as before



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org