spring-camel Questions

3

Solved

I am getting below exception with Camel Route Caused by: com.fasterxml.jackson.databind.JsonMappingException: No serializer found for class org.apache.camel.converter.stream.InputStreamCache and n...
Sevenfold asked 15/2, 2018 at 1:40

3

Solved

i am new to camel. i am doing a project in spring-boot using camel for routes. I noticed that when I go to SwaggerUi to see the correct functioning of my Post calls the contextPath of the routes do...
Phyllys asked 23/11, 2020 at 2:7

2

Solved

I'm new to Apache Camel. I'm trying to send an exchange from a java method to a route but it gives me "Caused by: org.apache.camel.component.direct.DirectConsumerNotAvailableException: No cons...
Frontwards asked 28/9, 2019 at 15:45

1

Solved

Currently we are migrating our applications from Camel 2.x to Camel 3.x and faced an issue that JacksonDataFormat is not using an ObjectMapper from the application context by default anymore. Inste...
Began asked 3/9, 2020 at 11:22

3

I have a complex route which is as below (partly): .when(header("KEY_1").isNull()) .choice() .when(header("KEY_2").isNull()) .split().method(SplitExample.class, "invokeSplitter").streaming().par...
Cobwebby asked 26/3, 2019 at 11:17

2

I have multipart file in the first place and I want to send it to camel pipeline and save this file with original name. my code: @Autowired ProducerTemplate producerTemplate; ... producerTemplat...
Ceroplastic asked 26/10, 2017 at 10:32

1

Solved

I have been working on a basic demo of Camel and REST DSL for the past few days, but I have finally hit a brick wall with this issue. I am fairly new to Spring Boot's magic, so any feedback is much...
Thither asked 21/11, 2018 at 7:44

2

Solved

I have spring boot app, with spring boot of version 1.5.8 and there camel 2.20.1 Simple route : @Component public class MyRoute extends RouteBuilder { public static final String IN = "file://i...
Negotiation asked 13/12, 2017 at 15:12
1

© 2022 - 2024 — McMap. All rights reserved.