<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.