You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/06/02 16:21:51 UTC

[jira] Updated: (CAMEL-1668) Delayer DSL in Spring XML is confusing to use

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

Claus Ibsen updated CAMEL-1668:
-------------------------------

    Description: 
To wait 0.5 sec you should do

{code}
                <delay delayTime="500">
                    <constant/>
                </delay>
{code}

{code}
And not as expected:
                <delay>
                    <constant>500</constant>
                </delay>
{code}


  was:
To wait 0.5 sec you should do

{code}
                <delay delayTime="500">
                    <constant/>
                </delay>
{code}

And not as expected:
                <delay>
                    <constant>500</constant>
                </delay>




> Delayer DSL in Spring XML is confusing to use
> ---------------------------------------------
>
>                 Key: CAMEL-1668
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1668
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-spring
>    Affects Versions: 2.0-M1
>            Reporter: Claus Ibsen
>             Fix For: 2.0.0
>
>
> To wait 0.5 sec you should do
> {code}
>                 <delay delayTime="500">
>                     <constant/>
>                 </delay>
> {code}
> {code}
> And not as expected:
>                 <delay>
>                     <constant>500</constant>
>                 </delay>
> {code}

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