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 2010/05/21 09:00:50 UTC

[jira] Created: (CAMEL-2745) ExpressionDefinition toString print the expression and expression value at the same time

ExpressionDefinition toString  print the expression and expression value at the same time
-----------------------------------------------------------------------------------------

                 Key: CAMEL-2745
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2745
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.2.0, 2.1.0, 2.0.0
            Reporter: Willem Jiang
            Assignee: Willem Jiang
            Priority: Minor
             Fix For: 2.4.0


When I running the test which need to call the ExpressionDefinition toString method, I found the expression is
{code}
    simple{bodyAs(java.lang.String.class)bodyAs[java.lang.String]}
{code}
We need to avoid adding the expression when the ExpressionDefinition has the expression value.


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


[jira] Resolved: (CAMEL-2745) ExpressionDefinition toString print the expression and expression value at the same time

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-2745.
---------------------------------

    Resolution: Fixed

> ExpressionDefinition toString  print the expression and expression value at the same time
> -----------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2745
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2745
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.0.0, 2.1.0, 2.2.0
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 2.4.0
>
>
> When I running the test which need to call the ExpressionDefinition toString method, I found the expression is
> {code}
>     simple{bodyAs(java.lang.String.class)bodyAs[java.lang.String]}
> {code}
> We need to avoid adding the expression when the ExpressionDefinition has the expression value.

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


[jira] Updated: (CAMEL-2745) ExpressionDefinition toString print the expression and expression value at the same time

Posted by "Hadrian Zbarcea (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hadrian Zbarcea updated CAMEL-2745:
-----------------------------------

    Fix Version/s: 2.3.0
                       (was: 2.4.0)

> ExpressionDefinition toString  print the expression and expression value at the same time
> -----------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2745
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2745
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.0.0, 2.1.0, 2.2.0
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 2.3.0
>
>
> When I running the test which need to call the ExpressionDefinition toString method, I found the expression is
> {code}
>     simple{bodyAs(java.lang.String.class)bodyAs[java.lang.String]}
> {code}
> We need to avoid adding the expression when the ExpressionDefinition has the expression value.

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