[
https://issues.apache.org/jira/browse/CAMEL-12378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16411922#comment-16411922
]
Tomohisa Igarashi edited comment on CAMEL-12378 at 3/23/18 9:10 PM:
--------------------------------------------------------------------
-It seems we need to bump spring-cloud to one of 2.0 milestone releases.-
turned out it's already overridden in camel-spring-cloud/pom.xml
If I put "spring.application.instance_id=test" then I got
{code:none}
Caused by: org.apache.camel.NoSuchBeanException: No bean could be found in the
registry for: undertow of type: org.apache.camel.spi.RestConsumerFactory
at org.apache.camel.component.rest.RestEndpoint.createConsumer
(RestEndpoint.java:406)
at org.apache.camel.impl.EventDrivenConsumerRoute.addServices
(EventDrivenConsumerRoute.java:69)
{code}
I'll look into until an expert arrives :-)
was (Author: igarashitm):
It seems we need to bump spring-cloud to one of 2.0 milestone releases.
http://projects.spring.io/spring-cloud/
> Finchley builds and works with Spring Boot 2.0.x, and is not expected to work
> with Spring Boot 1.5.x.
> The Dalston and Edgware release trains build on Spring Boot 1.5.x, and are
> not expected to work with Spring Boot 2.0.x.
> Spring Boot 2 - Fix the camel-example-spring-cloud-servicecall
> --------------------------------------------------------------
>
> Key: CAMEL-12378
> URL: https://issues.apache.org/jira/browse/CAMEL-12378
> Project: Camel
> Issue Type: Sub-task
> Reporter: Claus Ibsen
> Assignee: Tomohisa Igarashi
> Priority: Major
> Fix For: 2.22.0
>
>
> This example fails with starting the consumer. Some weird SB classpath
> problem.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)