Claus Ibsen created CAMEL-23028:
-----------------------------------
Summary: camel-jbang - Transform route with transacted does not
include following steps
Key: CAMEL-23028
URL: https://issues.apache.org/jira/browse/CAMEL-23028
Project: Camel
Issue Type: Bug
Components: camel-jbang
Reporter: Claus Ibsen
Fix For: 4.19.0
{code:java}
- route:
from:
uri: jms:cheese
steps:
- transacted: {}
{code}
Should be:
{code:java}
- route:
from:
uri: jms:cheese
steps:
- transacted: {}
- to:
uri: bean:foo
{code}
And for XML it dumps the outputs inside the <transacted> which it should not do.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)