Re: Passwords in Camel endpoint URIs and limitations of RAW syntax

2020-06-08 Thread Florian Patzl
Hello Vojtech, thanks a lot for your input and updating your solution for 3.x. I chose a slightly different approach by implementing a PropertiesFunction, so that we don't have to place every password in the registry. The PropertiesFunction looks up the password in an pre-existing internal cache

Re: camel-mail does not fetch attachments in Karaf.

2020-06-08 Thread Kushal Gautam
Hi JB: Thanks. I have already set up a sample project located at https://github.com/cooshal/karaf-camel-mail The project contains a custom karaf distribution ( https://github.com/cooshal/karaf-camel-mail/tree/master/asssembly/karaf-assembly ). My bundle is located at https://github.com/cooshal/

Re: camel-mail does not fetch attachments in Karaf.

2020-06-08 Thread Jean-Baptiste Onofre
Sure, the easiest is probably to create a sample project. Do you already have one or do you want me to create one ? Regards JB > Le 8 juin 2020 à 13:46, Kushal Gautam a écrit : > > Hi JB: > > Thank you for the pointers. > > However, I do not know where and how exactly should I change the con

Re: camel-mail does not fetch attachments in Karaf.

2020-06-08 Thread Kushal Gautam
Hi JB: Thank you for the pointers. However, I do not know where and how exactly should I change the context loader in my code. I tried but I do not know where. Could you please help me out? Thank you. Regards, Cooshal. On Mon, Jun 8, 2020 at 9:34 AM Jean-Baptiste Onofre wrote: > You can fi

Re: Passwords in Camel endpoint URIs and limitations of RAW syntax

2020-06-08 Thread Vojtech Fried
As Claus pointed out, the correct syntax is now #bean:. /Vojtech

Re: hash (pound sign) notation in Camel 3.x

2020-06-08 Thread Vojtech Fried
Thanks. Works perfectly. From: Claus Ibsen Sent: Sunday, June 7, 2020 10:01 To: users@camel.apache.org Subject: [EXTERNAL] - Re: hash (pound sign) notation in Camel 3.x Hi You should use #bean:xxx to refer to a bean in the registry by its id. https://urldefense

Re: camel-mail does not fetch attachments in Karaf.

2020-06-08 Thread Jean-Baptiste Onofre
You can find some details about similar issue in the following thread: http://karaf.922171.n3.nabble.com/java-mail-inside-Karaf-td4057507.html#a4057524 Let me know if it doesn’t help, I will fix your bundle for y