Spring based CamelContext Not Staring

2021-02-03 Thread Ron Fulkerson
Hello, I am attempting to upgrade an application from Camel 2.15.2 to Camel 2.25.3 (along with other dependencies). I am using camel-spring to scan a package for RouteBuilder implementations, which then set up a route. This worked well with Camel 2.15, but is not working after the upgrade. No er

Re: Spring based CamelContext Not Staring

2021-02-12 Thread Ron Fulkerson
e. > > However you should consider migrating to osgi blueprint xml files > instead, that is the only xml supported in camel 3.x on karaf and > spring-dm is as said a dead project. > > On Wed, Feb 3, 2021 at 8:33 PM Ron Fulkerson > wrote: > > > > Hello, > > I am