Re: Syncope + Camel + Spring problem

2016-09-21 Thread Colm O hEigeartaigh
Yep that works thanks! How is camelRoutesContext being picked up? Colm. On Tue, Sep 20, 2016 at 5:44 PM, Francesco Chicchiriccò wrote: > Il 20 settembre 2016 17:36:08 CEST, Colm O hEigeartaigh < > cohei...@apache.org> ha scritto: > >On Tue, Sep 20, 2016 at 4:02 PM, Francesco Chicchiriccò > > >>

Re: Syncope + Camel + Spring problem

2016-09-21 Thread Francesco Chicchiriccò
On 21/09/2016 11:57, Colm O hEigeartaigh wrote: Yep that works thanks! How is camelRoutesContext being picked up? This is the reason - no Java code modification is needed: https://github.com/apache/syncope/blob/2_0_X/fit/core-reference/src/main/webapp/WEB-INF/web.xml#L28-L33 Regards. On Tue

Re: Syncope + Camel + Spring problem

2016-09-21 Thread Colm O hEigeartaigh
Great, thanks! Colm. On Wed, Sep 21, 2016 at 10:59 AM, Francesco Chicchiriccò < ilgro...@apache.org> wrote: > On 21/09/2016 11:57, Colm O hEigeartaigh wrote: > >> Yep that works thanks! How is camelRoutesContext being picked up? >> > > This is the reason - no Java code modification is needed: >