You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Tarun Ramakrishna Elankath (JIRA)" <ji...@apache.org> on 2011/01/21 15:45:43 UTC

[jira] Created: (CAMEL-3574) does not support ID attribute preventing re-use across multiple 's

<redeliveryPolicy> does not support ID attribute preventing re-use across multiple <errorHandler>'s
---------------------------------------------------------------------------------------------------

                 Key: CAMEL-3574
                 URL: https://issues.apache.org/jira/browse/CAMEL-3574
             Project: Camel
          Issue Type: Bug
          Components: camel-spring
    Affects Versions: 2.5.0
         Environment: Any
            Reporter: Tarun Ramakrishna Elankath
            Priority: Minor
             Fix For: 2.6.0


<redeliveryPolicy> doesn't support the 'id' attribute, see 'tns:redeliveryPolicyDefinition" in camel-spring.xsd. It has a 'ref' attribute definition, indicating that re-use is meant by intent. But an  'id' attribute definition is missing. This prevents a <redeliveryPolicy> from being re-used across multiple <errorHandler>'s.




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


[jira] Updated: (CAMEL-3574) does not support ID attribute preventing re-use across multiple 's

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

Claus Ibsen updated CAMEL-3574:
-------------------------------

    Fix Version/s:     (was: 2.6.0)
                   2.7.0
       Issue Type: Improvement  (was: Bug)

> <redeliveryPolicy> does not support ID attribute preventing re-use across multiple <errorHandler>'s
> ---------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-3574
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3574
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-spring
>    Affects Versions: 2.6.0
>         Environment: Any
>            Reporter: Tarun Ramakrishna Elankath
>            Priority: Minor
>             Fix For: 2.7.0
>
>
> <redeliveryPolicy> doesn't support the 'id' attribute, see 'tns:redeliveryPolicyDefinition" in camel-spring.xsd. It has a 'ref' attribute definition, indicating that re-use is meant by intent. But an  'id' attribute definition is missing. This prevents a <redeliveryPolicy> from being re-used across multiple <errorHandler>'s.

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


[jira] Updated: (CAMEL-3574) does not support ID attribute preventing re-use across multiple 's

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

Tarun Ramakrishna Elankath updated CAMEL-3574:
----------------------------------------------

    Affects Version/s:     (was: 2.5.0)
                       2.6.0

> <redeliveryPolicy> does not support ID attribute preventing re-use across multiple <errorHandler>'s
> ---------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-3574
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3574
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-spring
>    Affects Versions: 2.6.0
>         Environment: Any
>            Reporter: Tarun Ramakrishna Elankath
>            Priority: Minor
>             Fix For: 2.6.0
>
>
> <redeliveryPolicy> doesn't support the 'id' attribute, see 'tns:redeliveryPolicyDefinition" in camel-spring.xsd. It has a 'ref' attribute definition, indicating that re-use is meant by intent. But an  'id' attribute definition is missing. This prevents a <redeliveryPolicy> from being re-used across multiple <errorHandler>'s.

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


[jira] Commented: (CAMEL-3574) does not support ID attribute preventing re-use across multiple 's

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984764#action_12984764 ] 

Claus Ibsen commented on CAMEL-3574:
------------------------------------

See nabble
http://camel.465427.n5.nabble.com/How-to-re-use-same-redeliveryPolicy-across-multiple-errorHandler-s-tp3351423p3351423.html

This should also be possible to define in <routesContext>

> <redeliveryPolicy> does not support ID attribute preventing re-use across multiple <errorHandler>'s
> ---------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-3574
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3574
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-spring
>    Affects Versions: 2.6.0
>         Environment: Any
>            Reporter: Tarun Ramakrishna Elankath
>            Priority: Minor
>             Fix For: 2.7.0
>
>
> <redeliveryPolicy> doesn't support the 'id' attribute, see 'tns:redeliveryPolicyDefinition" in camel-spring.xsd. It has a 'ref' attribute definition, indicating that re-use is meant by intent. But an  'id' attribute definition is missing. This prevents a <redeliveryPolicy> from being re-used across multiple <errorHandler>'s.

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