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.  But if you look at the code, the Marshal data format is actually empty.  This makes the build fail.   __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  This fixes the build.  -- 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