Re: Reset exchange properties modifications when i call unmarshall in my route

2022-09-26 Thread Martin Grigorov
Hi Joël, You sent your message to the wrong mailing list. I guess you meant us...@camel.apache.org Martin On Mon, Sep 26, 2022 at 4:24 PM Joël Guelluy wrote: > Hello, > There is something i don't understand around conversion and loosing > modifications on my exchange (Camel 2.25.4) > > NOTE

Reset exchange properties modifications when i call unmarshall in my route

2022-09-26 Thread Joël Guelluy
Hello, There is something i don't understand around conversion and loosing modifications on my exchange (Camel 2.25.4) NOTE : At the end of this mail, i put a simplified version of my code and the traces. My route basically does this : 1) from email with copyTo=outFolder=true 2)

Re: Reg: Integrate Spring REST and OAuth2 in Wicket web Application

2022-09-26 Thread Martin Terra
Hi! It should be quite straightforward once you start according to standard practices and best principles. You can find lots of resources via google, e.g., https://support.wicket.io/hc/en-us/articles/4411663172631-Getting-Started-with-SSO-OAuth2-SAML2- Or have you already tried it and do you

Reg: Integrate Spring REST and OAuth2 in Wicket web Application

2022-09-26 Thread sundar saba
Hi all, I would like to use OAuth2 client credentials grant type authentication in my Wicket project. Currently I am using spring security in my project. But I already implement REST features from Wicketstuff REST annotations for internal use. Now I want to create new REST endpoints