[ 
https://issues.apache.org/jira/browse/CAMEL-23028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-23028.
---------------------------------
    Resolution: Fixed

> 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
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 4.18.1, 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)

Reply via email to