You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by adessaigne <gi...@git.apache.org> on 2014/05/16 15:10:42 UTC

[GitHub] camel pull request: CAMEL-7419 - Configure endpoints with many opt...

GitHub user adessaigne opened a pull request:

    https://github.com/apache/camel/pull/153

    CAMEL-7419 - Configure endpoints with many options in the DSL using a mix of url and properties

    I'm using the following XML representation:
    ```xml
    <from uri="timer:foo">
        <option key="repeatCount">10</option>
    </from>
    ```
    It's only available when creating a `FromDefinition` from XML, if you're using the Java DSL you can use `URISupportcreateRemainingURI()` in order to create your very long URI.
    It's handled by `<from />`, `<to />`, `<inOut />` and `<inOnly />`.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/adessaigne/camel CAMEL-7419

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/153.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #153
    
----
commit ec40430f4d70f6df5f02773edaf869ac30f07eda
Author: Antoine DESSAIGNE <an...@gmail.com>
Date:   2014-05-16T13:02:57Z

    CAMEL-7419 - Configure endpoints with many options in the DSL using a mix of url and properties

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] camel pull request: CAMEL-7419 - Configure endpoints with many opt...

Posted by ke4qqq <gi...@git.apache.org>.
Github user ke4qqq closed the pull request at:

    https://github.com/apache/camel/pull/153


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---