froberge opened a new issue, #485:
URL: https://github.com/apache/camel-karavan/issues/485

   I am implementing a route using the UI, the last step to Marshal the return 
from my JDBC query.  If I look at the UI, it seems that the Data format is by 
default json.
   ![Screen Shot 2022-09-29 at 09 45 
19](https://user-images.githubusercontent.com/5620476/193059942-fb506b27-8d3b-4f98-8373-c33a8bcde349.png)
   
   But if you look at the code, the Marshal data format is actually empty.
   ![Screen Shot 2022-09-29 at 09 45 
52](https://user-images.githubusercontent.com/5620476/193060075-d5201886-53a9-42a6-8859-a0e9631e70bc.png)
   
   This makes the build fail.
   
   ![Screen Shot 2022-09-29 at 10 20 
13](https://user-images.githubusercontent.com/5620476/193060182-39b1c3c9-4124-4f4b-aac4-1550244f5305.png)
   
   ![Screen Shot 2022-09-29 at 10 20 
05](https://user-images.githubusercontent.com/5620476/193060210-a806c79d-022e-427c-bb21-c715b2a104fa.png)
   
   
   __WORK AROUND I FOUND__
   
   There is 2 possible workaround.
   1.  In the data format, select any other format, and reselect json.
   2. Edit the code directly.
   
   Here's a picture of the result in the code after using workaround #1 
   ![Screen Shot 2022-09-29 at 10 23 
09](https://user-images.githubusercontent.com/5620476/193060938-f7176ebc-261f-4d45-8285-d3e496a8d4ad.png)
   
   This fixes the build.
   
   
   ![Screen Shot 2022-09-29 at 10 37 
49](https://user-images.githubusercontent.com/5620476/193061359-6b7382c2-fba2-452d-bf2b-6c232f1639b7.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-unsubscr...@camel.apache.org.apache.org

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

Reply via email to