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
@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:
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
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
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: