In XML route, <setHeader> element should not require children
-------------------------------------------------------------

                 Key: CAMEL-893
                 URL: https://issues.apache.org/activemq/browse/CAMEL-893
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 1.4.0
            Reporter: Aaron Mulder
             Fix For: 1.5.0


In the XML, you can use <setHeader headerName="foo" value="bar" /> but that is 
not valid -- it requires a child element like <el>, <groovy>, etc.  It doesn't 
seem like a child should be required if the "value" attribute is used (e.g. if 
you want to set a header to a constant value).

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

Reply via email to