Claus Ibsen created CAMEL-8317:
----------------------------------

             Summary: XML DSL - Allow to use bean property style to configure 
endpoint options
                 Key: CAMEL-8317
                 URL: https://issues.apache.org/jira/browse/CAMEL-8317
             Project: Camel
          Issue Type: New Feature
          Components: camel-blueprint, camel-spring
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.15.0


So we can do

{code}
<endpoint id="foo" uri="file:something">
   <property name="includes" value="backup/*.xml"/>
   <property name="recursive" value="true"/>
   ...
</endpoint>
{code}

See also CAMEL-7419



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to