Introducing Syndesis

2019-10-01 Thread Kurt Stam
Syndesis is an Apache 2.0 Licensed Open Source IPaaS (Integration as a Service) based on Camel (https://github.com/syndesisio/syndesis). The project is a little over a year old and we are starting to have some critical mass. Syndesis makes it really easy to create and manage Camel based

CamelK Sample running issue

2019-10-01 Thread Yang, Haochen
Hi, We are experiencing some issues of running the Sample.java from https://github.com/apache/camel-k on Microk8s. Our company do have a certificate, but the problem is how to inject the certificate to solve this authorization problem. Please see the attachments for more information. Any help

Possible Bug - Splitter - parallelProcessing()

2019-10-01 Thread SP
The camel version I am using is: 2.24.1 but I also tried this with version 2.23.4 I have the following route that I simplified for the purpose of this report. This simplified route was tested and, in terms of the bug, behaves the same way as the the original route.

Re: Injecting/Override the camel route with custom ID

2019-10-01 Thread Chio Chuan Ooi
Hi Björn, thank for the reply, but i intend to create an interceptor which will inject/change the route id when the route initiated. as the existing project already have many route that i don't intend to change on all route. Thanks and Regards, Chio Chuan On Tue, Oct 1, 2019 at 7:27 PM Björn

XSLTComponent and 'bean:' scheme

2019-10-01 Thread Jimmy B
Hi, I'm trying to create a dynamically constructed pipe using endpoints loaded from a database at runtime. 'ToD' is being used with a header to set the endpoint. Camel version used is '3.0.0-M4', although I'm having a similar issue with 2.13.1 The XMLDSL for the main loop is as follows :

Re: camel-influxdb/NoClassDefFoundError/Moshi

2019-10-01 Thread Andrea Cosentino
maybe the missing part is com.squareup.moshi/moshi I'll test it soon Il giorno mar 1 ott 2019 alle ore 17:05 David Ecker ha scritto: > Mmh, still the same. > > Reinstalled converter-moshi as 2.4.0 and called "refresh" to recalculate > bindings afterwards > > bye > David > > On 10/1/19 4:44

Re: camel-influxdb/NoClassDefFoundError/Moshi

2019-10-01 Thread David Ecker
Mmh, still the same. Reinstalled converter-moshi as 2.4.0 and called "refresh" to recalculate bindings afterwards bye David On 10/1/19 4:44 PM, Andrea Cosentino wrote: The converter-moshi in the retrofit bundle has optional resolution.. Il giorno mar 1 ott 2019 alle ore 16:41 Andrea

Re: camel-influxdb/NoClassDefFoundError/Moshi

2019-10-01 Thread Andrea Cosentino
Yes, I mean that, but I believe you need to use 2.4.0, still need to try Il giorno mar 1 ott 2019 alle ore 16:40 David Ecker ha scritto: > Hi Andrea, > > I guessed you mean installing the converter-moshi as > wrap:mvn:com.squareup.retrofit2/converter-moshi/2.6.2 > > Still getting the same

Re: camel-influxdb/NoClassDefFoundError/Moshi

2019-10-01 Thread Andrea Cosentino
The converter-moshi in the retrofit bundle has optional resolution.. Il giorno mar 1 ott 2019 alle ore 16:41 Andrea Cosentino ha scritto: > Yes, I mean that, but I believe you need to use 2.4.0, still need to try > > Il giorno mar 1 ott 2019 alle ore 16:40 David Ecker < >

Re: camel-influxdb/NoClassDefFoundError/Moshi

2019-10-01 Thread David Ecker
Hi Andrea, I guessed you mean installing the converter-moshi as wrap:mvn:com.squareup.retrofit2/converter-moshi/2.6.2 Still getting the same error, missing moshi$Builder class. Or did you mean something else? Thanks, David On 10/1/19 4:25 PM, Andrea Cosentino wrote: Thanks for reporting.

Re: camel-influxdb/NoClassDefFoundError/Moshi

2019-10-01 Thread Andrea Cosentino
Thanks for reporting. For the moment we can wrap the converter-moshi, then we'll need to release a bundle for it. Il giorno mar 1 ott 2019 alle ore 16:25 David Ecker ha scritto: > Thanks, > > I opened the ticket : https://issues.apache.org/jira/browse/CAMEL-14026 > > bye > David > > On 10/1/19

Re: camel-influxdb/NoClassDefFoundError/Moshi

2019-10-01 Thread David Ecker
Thanks, I opened the ticket : https://issues.apache.org/jira/browse/CAMEL-14026 bye David On 10/1/19 4:15 PM, Andrea Cosentino wrote: Nothing wrong from your side, we are missing the converter-moshi dependency on the Karaf feature. Can you please open an issue on Camel JIRA? Thanks Il

Re: camel-influxdb/NoClassDefFoundError/Moshi

2019-10-01 Thread Andrea Cosentino
Nothing wrong from your side, we are missing the converter-moshi dependency on the Karaf feature. Can you please open an issue on Camel JIRA? Thanks Il giorno mar 1 ott 2019 alle ore 16:11 David Ecker ha scritto: > Hi, > > I am running karaf 4.2.6 and camel 2.24.2 (OpenJDK-8, docker). > >

camel-influxdb/NoClassDefFoundError/Moshi

2019-10-01 Thread David Ecker
Hi, I am running karaf 4.2.6 and camel 2.24.2 (OpenJDK-8, docker). Dependencies installed through feature definition automatically:   mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.influxdb-java/2.14_1  

Re: Injecting/Override the camel route with custom ID

2019-10-01 Thread Björn Þór Jónsson
Hi Chio, Are you thinking about a dynamic URI in to() ? https://camel.apache.org/manual/latest/faq/how-to-use-a-dynamic-uri-in-to.html You might want to check out .toD() so you can do things like from("someProtocol://") .process(exchange -> exchange.getIn().setHeader("someId","someValue"))

Injecting/Override the camel route with custom ID

2019-10-01 Thread Chio Chuan Ooi
Hi, i have project that which having a lot of the route was never assigned with id, is that any way to create class that extending the RoutePolicySupport and override the route id based on the endpoint so that or custom prefix ? or may be RouteDefinitionHelper can be use instead? Thanks and

RE: JAXB DataFormat encoding

2019-10-01 Thread Stig Døssing
Thanks for responding. Is there any interest in updating the API by adding an unmarshal method that doesn't require serialization to bytes? I think it could probably be done in a backwards compatible way, given Java 8's default methods. -Original Message- From: Claus Ibsen Sent: 30.