Disable karaf remote repositories for Karaf as Camel runtime

2020-02-02 Thread Gerald Kallas
Dear community, I did setup a docker container for Camel/Karaf based on a pre-configured runtime. Finally I want to instantiate the container on a system with no internet access. I'm getting a lot of maven connectivity errors at startup depite all features are installed and working. Ho can I

Re: Disable karaf remote repositories for Karaf as Camel runtime

2020-02-02 Thread Romain Manni-Bucau
Hi Gerald, Did you setup pax url to be offline (worse case through a settings.xml or *etc/org.ops4j.pax.url.mvn.cfg*)? Maybe also share your logs to ensure it comes from that. Le dim. 2 févr. 2020 à 14:03, Gerald Kallas a écrit : > Dear community, > > I did setup a docker container for Camel/

Re: Disable karaf remote repositories for Karaf as Camel runtime

2020-02-02 Thread Jean-Baptiste Onofré
See my comment on the karaf mailing list. Regards JB On 02/02/2020 14:02, Gerald Kallas wrote: > Dear community, > > I did setup a docker container for Camel/Karaf based on a pre-configured > runtime. Finally I want to instantiate the container on a system with no > internet access. > > I'm g

Installing camel-jsonpath fails with NoClassDefFound error

2020-02-02 Thread Gerald Kallas
Dear community, I'm going to install Camel 3.0.1 within the new Karaf 4.2.8. While executing feature:install camel-jsonpath I'm getting an error org.osgi.service.blueprint.container.ComponentDefinitionException: java.lang.NoClassDefFoundError: org/objectweb/asm/commons/AdviceAdapter several

Salesforce queryAll example (Custom Processor)

2020-02-02 Thread Purnamchander Rao G
Hi, I am using camel 3.0.0-M4 with spring-boot. I am writing a custom Processor implementing Org.apache.camel.Processor, where I am processing Salesforce component query results. Sometimes the results may be large and have to be fetched using the url provided by salesforce in the result set. This i

SSL_ERROR_NO_CYPHER_OVERLAP with camel-jetty

2020-02-02 Thread Gerald Kallas
Dear community, I'm going to access some camel-jetty driven consumer endpoints and getting a SSL_ERROR_NO_CYPHER_OVERLAP error. The web console nevertheless is working well. Any hints are appreciated. That's the jetty.xml section https

Re: Installing camel-jsonpath fails with NoClassDefFound error

2020-02-02 Thread Jean-Baptiste Onofré
Hi, It sounds like a mismatch in ASM version. I don't think I changed ASM version between Karaf 4.2.7 and 4.2.8. Let me check. I keep you posted. Regards JB On 02/02/2020 22:23, Gerald Kallas wrote: > Dear community, > > I'm going to install Camel 3.0.1 within the new Karaf 4.2.8. > > While e

Re: SSL_ERROR_NO_CYPHER_OVERLAP with camel-jetty

2020-02-02 Thread Jean-Baptiste Onofré
Hi, do you have bouncycastle installed ? Regards JB On 03/02/2020 00:29, Gerald Kallas wrote: > Dear community, > > I'm going to access some camel-jetty driven consumer endpoints and getting a > > SSL_ERROR_NO_CYPHER_OVERLAP > > error. The web console nevertheless is working well. > > Any hi