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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to