Re: Update Camel-K - uninstall and namespace deletion w/ k8s let all Camel-K Integrations alive

2021-07-28 Thread Gerald Kallas
Hi Pasquale, thanks for your reply. I have opened a github issue for, see https://github.com/apache/camel-k/issues/2533 Best Gerald > Pasquale Congiusti hat am 26.07.2021 16:56 > geschrieben: > > > Hi Gerald, > the way you're describing, it appears to be a bug. Do you mind opening a >

Re: AWS2-S3 component fails to send file into bucket

2021-07-28 Thread Andrea Cosentino
It could be something related to your particular S3 account/credentials. Nobody ever reported this and the aws2-s3 component has been heavily used. What is your camel version? -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix

Re: AWS2-S3 component fails to send file into bucket

2021-07-28 Thread mail4bvn
I've tested to wrap secret with RAW as you mentioned. It did not take an effect. But I read S3 documentation again and have revealed, that this exception relates to access rights to perform list-bucket. But I have checked my access rights and I have the right to perform list-bucket. On Wed,

Re: Exchange headers disappears when using JPA component

2021-07-28 Thread Claus Ibsen
I created a JIRA https://issues.apache.org/jira/browse/CAMEL-16824 On Mon, Jul 26, 2021 at 7:10 PM Claus Ibsen wrote: > > Hi > > Yeah lets ensure those headers are not lost. You are welcome to create > a JIRA ticket. > Also if you want to provide a fix, then you can for example see how >

Re: Link in Documentation is Broken

2021-07-28 Thread Claus Ibsen
Hi Thanks the link is being fixed (its moved from camel-spring to camel-spring-xml). You are welcome to work on a java example, we love contributions. On Wed, Jul 28, 2021 at 9:44 AM Weiß, Kajetan wrote: > > Dear fellow camel users, > > the link to the example in this document is broken: > >

Re: Link in Documentation is Broken

2021-07-28 Thread Andrea Cosentino
The JIRA tracker for issue is here https://issues.apache.org/jira/browse/CAMEL Thanks for reporting anyway. Il giorno mer 28 lug 2021 alle ore 09:44 Weiß, Kajetan ha scritto: > Dear fellow camel users, > > the link to the example in this document is broken: > >

Link in Documentation is Broken

2021-07-28 Thread Weiß , Kajetan
Dear fellow camel users, the link to the example in this document is broken: https://camel.apache.org/components/latest/validator-component.html To find the position of the link, search for "example". The link points to this site, which gives a 404 Not Found:

Re: AWS2-S3 component fails to send file into bucket

2021-07-28 Thread Andrea Cosentino
If your accessKey or secretKey contains special characters like + or /, you need to prepend RAW Like  secretKey=RAW() This seems to be a problem with your credentials at first sight. -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache

AWS2-S3 component fails to send file into bucket

2021-07-28 Thread mail4bvn
Hello! I'm trying to send file to AWS S3 bucket and getting the following exception. Caused by: org.apache.camel.RuntimeCamelException: software.amazon.awssdk.services.s3.model.S3Exception: null (Service: S3, Status Code: 400, Request ID: null, Extended Request ID:

Re: Exit split on exception but continue route

2021-07-28 Thread Claus Ibsen
Hi Take a look at this test https://github.com/apache/camel/commit/3a25314a6856d48dbe6f82301194f494b67415d5 On Wed, Jul 14, 2021 at 10:34 PM Harsh Karn wrote: > > Hi, > > Is there any way to stop executing split on exception but continue running > the rest of the route after split or the outer