You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/12/21 08:16:57 UTC

[GitHub] [camel] Luke-hbk commented on pull request #8936: Problem when parameter type of bean method is String.

Luke-hbk commented on PR #8936:
URL: https://github.com/apache/camel/pull/8936#issuecomment-1360989953

   I am using XML DSL.
   
   <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
   <route xmlns="http://camel.apache.org/schema/spring" customId="true" id="Chatbot" streamCache="true">
      <from uri="rest:post:credit"/>
       <to id="to55" uri="bean:PropertyProcessor?method=RAW(combineHeaderAndBody(*,'start','test'))"/>
   </route>
   
   
   <img width="948" alt="image" src="https://user-images.githubusercontent.com/120696115/208854345-f6c6178f-7d0f-42a3-bc26-ed7b53244961.png">
   
   


-- 
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