You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/03/16 22:47:38 UTC

[jira] [Commented] (CAMEL-8498) CamelContextFactoryBean missing setEndpoints method

    [ https://issues.apache.org/jira/browse/CAMEL-8498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14364024#comment-14364024 ] 

ASF GitHub Bot commented on CAMEL-8498:
---------------------------------------

GitHub user kcbabo opened a pull request:

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

    CAMEL-8498 CamelContextFactoryBean missing setEndpoints method

    https://issues.apache.org/jira/browse/CAMEL-8498

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

    $ git pull https://github.com/kcbabo/camel CAMEL-8498

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

    https://github.com/apache/camel/pull/439.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 #439
    
----
commit d1f7154709addbc8bb040735171c7e13139b6dbf
Author: Keith Babo <kb...@redhat.com>
Date:   2015-03-16T21:46:04Z

    CAMEL-8498 CamelContextFactoryBean missing setEndpoints method

----


> CamelContextFactoryBean missing setEndpoints method
> ---------------------------------------------------
>
>                 Key: CAMEL-8498
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8498
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-spring
>    Affects Versions: 2.15.0
>            Reporter: Keith Babo
>
> The Spring JAXB model class for <camelContext> is missing a setEndpoints() method, which means you cannot add an endpoint outside the route definition using JAXB.  Interestingly, the Blueprint version of CamelContextFactoryBean has this method, so I'm guessing it was just missed.
> Impacted classes:
> org.apache.camel.spring.CamelContextFactoryBean



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