Re: Troubles upgrading to Karaf-4.2.1/DOSGi-2.3.0

2018-11-05 Thread Tim Ward
It looks like you haven’t installed the XML discovery provider. Also, did you put the XML file(s) in the right place in your bundle and add the relevant manifest header to point the discovery at the location in the bundle containing your XML file(s)? See: Aries RSA local discovery

Re: Decanter MongoDB appender doesn't work

2018-11-05 Thread mariobuonocore
Thank you JB to have solved the issue and thank you François Papon for the support. Mario -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Re: Decanter MongoDB appender doesn't work

2018-11-05 Thread Francois Papon
You're welcome, Don't hesitate, we are here to help users ;) regards, François Papon fpa...@apache.org Le 05/11/2018 à 13:34, mariobuonocore a écrit : > Thank you JB to have solved the issue and thank you François Papon for the > support. > > Mario > > > > -- > Sent from: http://karaf.922171.n3

Re: Troubles upgrading to Karaf-4.2.1/DOSGi-2.3.0

2018-11-05 Thread Erwin Hogeweg
Thanks Tim, > It looks like you haven’t installed the XML discovery provider. Actually I did add the aries-rsa-discovery-local feature but that didn’t make a difference. > Also, did you put the XML file(s) in the right place in your bundle and add > the relevant manifest header to point the dis

Re: Troubles upgrading to Karaf-4.2.1/DOSGi-2.3.0

2018-11-05 Thread Tim Ward
Hi > On 5 Nov 2018, at 12:59, Erwin Hogeweg wrote: > > Thanks Tim, > >> It looks like you haven’t installed the XML discovery provider. > Actually I did add the aries-rsa-discovery-local feature but that didn’t make > a difference. > >> Also, did you put the XML file(s) in the right place in

Encrypting property values in .cfg files

2018-11-05 Thread Leschke, Scott
I'm looking to encrypt passwords the are currently in plaintext in a few of my .cfg files. I've looked at how to do that and it seemed reasonably straightforward although I've had some difficulty getting it working. I'm wondering if there's anything that prevents me from just supplying a servi

Re: Encrypting property values in .cfg files

2018-11-05 Thread Johan Edstrom
I think I have that in a Jira someplace, otherwise I have basic code for it against an older karaf Sent from my pressure cooker. > On Nov 5, 2018, at 15:25, Leschke, Scott wrote: > > I’m looking to encrypt passwords the are currently in plaintext in a few of > my .cfg files. I’ve looked at h

RE: Encrypting property values in .cfg files

2018-11-05 Thread Leschke, Scott
Thanks for the response. So just to be clear, I’m correct in thinking that it should work? From: Johan Edstrom [mailto:seij...@gmail.com] Sent: Monday, November 05, 2018 4:47 PM To: user@karaf.apache.org Subject: Re: Encrypting property values in .cfg files I think I have that in a Jira someplac

Re: Encrypting property values in .cfg files

2018-11-05 Thread Johan Edstrom
Yep, you need something like an ${enc:value} and you need to export a seed value that you can unset later in the karaf start script, but yeah. It works Sent from my pressure cooker. > On Nov 5, 2018, at 15:50, Leschke, Scott wrote: > > Thanks for the response. > > So just to be clear, I’m co

Re: Encrypting property values in .cfg files

2018-11-05 Thread Jean-Baptiste Onofré
Hi Scott, You want to use it blueprint, SCR or directly ConfigAdmin ? If you use the {enc:} format, it should work at least with blueprint jasypt namespace. For a generic way, we have a Jira about that. Basically, it would be a ConfigListener to do intercepting the {enc:} prefix in property valu