Re: Camel-CDI in a multi-module project

2017-04-14 Thread Antonin Stefanutti
Hi Bernard, > On 14 Apr 2017, at 09:33, Bernard Ligny wrote: > > Hi Antonin > > > astefanutti wrote >> as long as they have a beans.xml file in module >> >> .jar/META-INF directory. Is this the case? > > No it was not the case - shame on me ! > I naively thought that putting a *single* "bea

Re: Camel-CDI in a multi-module project

2017-04-14 Thread Bernard Ligny
Hi Antonin astefanutti wrote > as long as they have a beans.xml file in module > > .jar/META-INF directory. Is this the case? No it was not the case - shame on me ! I naively thought that putting a *single* "beans.xml" on the webapp level was sufficient to activate the bean discovery for the *

Re: Camel-CDI in a multi-module project

2017-04-13 Thread Antonin Stefanutti
Hi, > On 12 Apr 2017, at 18:28, Bernard Ligny wrote: > > I am currently refactoring a monolithic webapp using a more > modular/micro-services approach. > I'm busy with splitting the numerous existing Camel RouteBuilders into > separate module. > > The target situation is explained here: > > >