Re: Encrypt header value.

2022-09-10 Thread Jeremy Ross
Yep. On Sat, Sep 10, 2022 at 3:39 PM ski n wrote: > @Jeremy Don't you mean Jasypt: > > https://camel.apache.org/components/3.18.x/others/jasypt.html > > On Sat, Sep 10, 2022 at 7:12 PM Jeremy Ross > wrote: > > > Have you looked at the jsypt component? With it, you can store your > > password en

Re: Encrypt header value.

2022-09-10 Thread ski n
@Jeremy Don't you mean Jasypt: https://camel.apache.org/components/3.18.x/others/jasypt.html On Sat, Sep 10, 2022 at 7:12 PM Jeremy Ross wrote: > Have you looked at the jsypt component? With it, you can store your > password encrypted, then access it using property placeholder syntax: > > ftps:

Re: Encrypt header value.

2022-09-10 Thread Jeremy Ross
Have you looked at the jsypt component? With it, you can store your password encrypted, then access it using property placeholder syntax: ftps://?password={{my_ftp_password}} Of course, if your file system security is sufficient, you can skip the jsypt part. Everything else would be the same. O

RE: Unable to locate Spring NamespaceHandler

2022-09-10 Thread Reto Peter
Hi I finally found the correct namespaces inside the 3.18 Upgrade guide: https://camel.apache.org/manual/camel-3x-upgrade-guide-3_18.html and the error disappeared But I now got the problem "Get the wrong parameter size to invoke the out service, Expect size 6, Parameter size 1. Please check if

CXF: Unable to locate Spring NamespaceHandler

2022-09-10 Thread Reto Peter
Hi I try to invoke my first Webservice with CXF inside Camel. Camel: 3.18.2, Java 15, SpringBoot 2.7.3 But got the following error: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://camel.apache.org/schema/cxf] My POM includes CXF as follows: