Re: Rest registry has no services

2020-07-22 Thread Alex Soto
Hi JB, I am now more confused. I thought I was using Rest DSL when I defined my services in a Blueprint DSL as in:

Re: Rest registry has no services

2020-07-22 Thread Jean-Baptiste Onofre
Hi, AFAIR, getRestRegistry() will work only for REST DSL. If you use the Blueprint DSL, you should check the consumer of your routes (cafes, rest, whatever). Regards JB > Le 21 juil. 2020 à 16:14, Alex Soto a écrit : > > Hello, > > I have a few Rest Services defined with Camel Blueprint DSL

Rest registry has no services

2020-07-21 Thread Alex Soto
Hello, I have a few Rest Services defined with Camel Blueprint DSL (Camel 3.4.0 running on Karaf 4.2.9). In my integration test, I want to discover the services for testing. After the Camel Context reaches status ServiceStatus.Started, the Rest Registry reports no services, although everything