You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2009/12/24 10:25:41 UTC

[jira] Created: (CAMEL-2318) camel-bindy dataformat KeyValue DSL can't work

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.


[jira] Resolved: (CAMEL-2318) camel-bindy dataformat KeyValue DSL can't work

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ 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.