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.1.0, 2.0.0, 2.0-M3, 2.0-M2, 2.0-M1 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.