Re: [jira] [Resolved] (CAMEL-15936) ClassNotFoundException: org.eclipse.jetty.server.HttpConfiguration$Customizer not found by org.eclipse.jetty.aggregate.jetty-all-server

2020-12-11 Thread Jean-Baptiste Onofre
Hi, Do you have jetty version aligned with Karaf ? Can you share a sample project to reproduce the exception ? Thanks, Regards JB > Le 11 déc. 2020 à 14:26, Prabhu Sharma a écrit : > > Hi Team, > > Could you please suggest any hint on below issue > > Regards, > Prabhu Sharma > > > On Fri,

Re: How to produce messages to Azure SQL DB in Camel

2020-12-11 Thread SRIKANT MVS
Thanks for your reply, how better is it to use the Camel SQL compared to Camel JDBC. -Regards Srikant On Thu, 10 Dec, 2020, 10:53 Omar Al-Safi, wrote: > Hi, > > To write your events to your target Azure SQL server database, you can > use Camel > JDBC

Re: [jira] [Resolved] (CAMEL-15936) ClassNotFoundException: org.eclipse.jetty.server.HttpConfiguration$Customizer not found by org.eclipse.jetty.aggregate.jetty-all-server

2020-12-11 Thread Claus Ibsen
Hi Its a karaf/jetty problem. Karaf is using an too old version. Upgrade karaf to get the karaf team to release a version that uses a newer Jetty version. On Fri, Dec 11, 2020 at 4:02 PM Prabhu Sharma wrote: > > Hi Team, > > Could you please suggest any hint on below issue > > Regards, > Prabhu

Re: [jira] [Resolved] (CAMEL-15936) ClassNotFoundException: org.eclipse.jetty.server.HttpConfiguration$Customizer not found by org.eclipse.jetty.aggregate.jetty-all-server

2020-12-11 Thread Prabhu Sharma
Hi Team, Could you please suggest any hint on below issue Regards, Prabhu Sharma On Fri, Dec 11, 2020, 13:29 Andrea Cosentino (Jira) wrote: > > [ > https://issues.apache.org/jira/browse/CAMEL-15936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Andrea Cosentino

Re: Spring to Camel properties documentation

2020-12-11 Thread Jared Whiklo
Thanks you Claus and Zoran, You are correct and in the end it does appear it was a problem in my properties file. I actually implemented a bridging property resolver but it just conflicted with the one created by spring boot. Thanks again, Jared On Fri., Dec. 11, 2020, 02:46 Zoran Regvart, wr

Re: Spring to Camel properties documentation

2020-12-11 Thread Zoran Regvart
Hi Jared On Thu, Dec 10, 2020 at 7:49 PM Jared Whiklo wrote: > Well played Zoran, well played. Thanks :) We aim to please :) > Ok as I wait for IntelliJ to finish digesting Camel I have two follow-up > questions Oh, I hope you didn't try to import the whole project, I usually just open the mod

Re: Spring to Camel properties documentation

2020-12-11 Thread Claus Ibsen
Hi In spring boot then properties works just like regular spring properties. You can put them in application.properties and use them in your Camel routes via {{keyName}}. There is no need to do any special setup. That link your point to about bridging that was the old days with spring XML (not sp