Changing large in-memory data to file based operation

2018-03-09 Thread Goyal, Arpit
Hello Camel Experts, Currently we have something of below route (as simplified version), where we keep reading records 1000 at a time and keep formatting and holding in memory. Current Simplified Solution: from("direct:processing") .bean() .choice()

Re: Camel, Spring, maven version compatibility.

2018-03-09 Thread Ivana Cace
Thank you Andrea and Claus, I got it working with version 1.5.10.RELEASE of Spring-boot and 2.18.0 of camel, apparantly there was also a clash between the camel-core version used by jcifs and the camel-core i referenced in my pom. To make it more complicated, eclipse was not updating the

Re: Camel, Spring, maven version compatibility.

2018-03-09 Thread Claus Ibsen
Apache Camel is NOT spring boot 2 compatible. Use Spring Boot 1.5.x. See top of this page http://camel.apache.org/camel-2210-release.html 2018-03-09 11:51 GMT+01:00 Ivana Cace : > Does anyone knaw what versions of camel have been tested with what versions > of spring? > >

Re: Camel, Spring, maven version compatibility.

2018-03-09 Thread Andrea Cosentino
Camel 2.20.x doesn't support Spring Boot 2. Camel will support Spring Boot 2 from 2.22.0, you can use that version of Camel with SB 1.5.8.RELEASE. -- Andrea Cosentino  -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix PMC Member Email:

Camel, Spring, maven version compatibility.

2018-03-09 Thread Ivana Cace
Does anyone knaw what versions of camel have been tested with what versions of spring? I get an ArrayIndexOutOfBoundsException during Spring context initialization, this happens when 'processing' (I'm not sure this is the proper term here) of SerializationDataFormatAutoConfiguration.class.

timeout in http-conf:conduit is not getting applied

2018-03-09 Thread Narsi Reddy Nallamilli
Hi, Timeout valued in http-conf:conduit set in my soapContext.xml are not getting applied to my WebClient. When I try to inspect the webclient which is getting created in JAXRSClientFactoryBean it shown the connectiontimout value 3 whereas I have set to 70 in the httpconduit. Please