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

Willem Jiang resolved CAMEL-2318.
---------------------------------

    Resolution: Fixed

http://svn.apache.org/viewvc?rev=893719&view=rev

> camel-bindy dataformat KeyValue DSL can't work
> ----------------------------------------------
>
>                 Key: CAMEL-2318
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2318
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-bindy
>    Affects Versions: 2.0-M1, 2.0-M2, 2.0-M3, 2.0.0, 2.1.0
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 2.2.0
>
>
>      When you set the bindy dataformat with below DSL , you will get the 
> error that camel can't find the DataFormat. 
>     {code} 
>      public void configure() {
>             from("direct:start").marshal()
>                 .bindy(BindyType.KeyValue, 
> "org.apache.camel.dataformat.bindy.model.fix.simple")
>                 .to("mock:result");
>         }
>      {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to