Karaf 4.0.4 feature configuration (KARAF-3100)

2016-01-18 Thread Valkonen, Jarimatti
Hi, The feature configuration (KARAF-3100) seems to have conflicting rules when appending new feature configuration values to an existing configuration. If the feature file contains a new config key, then all values are taken from the feature config keys. But the code before it puts only new

Re: The backspace key does not work in 4.0.2 SSH (from Putty)

2016-01-18 Thread Jean-Baptiste Onofré
I just added a comment in the Jira, I think I know the cause of the problem. Let me fix that. Regards JB On 01/18/2016 11:32 AM, Serge Huber wrote: Ok I just tested this on my Windows 10 machine and Karaf 4.0.4 If I start karaf using “karaf start” from the CMD.exe and use the shell console

Re: The backspace key does not work in 4.0.2 SSH (from Putty)

2016-01-18 Thread Serge Huber
Ok let me know when you have a fix and I’ll help test it :) cheers, Serge… > On 18 janv. 2016, at 11:53, Jean-Baptiste Onofré wrote: > > I just added a comment in the Jira, I think I know the cause of the problem. > Let me fix that. > > Regards > JB > > On 01/18/2016

Re: The backspace key does not work in 4.0.2 SSH (from Putty)

2016-01-18 Thread Serge Huber
Ok I just tested this on my Windows 10 machine and Karaf 4.0.4 If I start karaf using “karaf start” from the CMD.exe and use the shell console the backspace key and arrow key work normally. I tested with the Windows Powershell and it works fine also. If I connect using Putty to the SSH Shell

VS: Karaf 4.0.4 feature configuration (KARAF-3100)

2016-01-18 Thread Valkonen, Jarimatti
No worries and thanks for the quick response! br, Jami Lähettäjä: Jean-Baptiste Onofré Lähetetty: 18. tammikuuta 2016 18:47 Vastaanottaja: user@karaf.apache.org Aihe: Re: Karaf 4.0.4 feature configuration (KARAF-3100) Hi, Yes, I

How to set service ranking with aries-blueprint-plugin

2016-01-18 Thread cniehues
Hello, I use the aries-blueprint-plugin to generate my blueprint.xml and want to know how to set the ranking for my services. I noticed that the OsgiServiceProvider annotation has a ranking property in current version but the aries-blueprint-plugin uses an older version so it's not supported by

Re: How to set service ranking with aries-blueprint-plugin

2016-01-18 Thread cniehues
Thanks for the info. I already know about this behavior. My intention was to provide a customer specific service implementation with a higher rank without changing/stopping the default implementation from an installed feature. Let's say there is a bundle in my product providing implementation for

Re: How to set service ranking with aries-blueprint-plugin

2016-01-18 Thread Christian Schneider
Currently there is no way to set the service ranking using the blueprint maven plugin. You can create an issue to track this enhancement. Btw. service ranking is currently less useful in blueprint in general than you might think. Once a blueprint bundle has bound a service it will not switch

Re: How to set service ranking with aries-blueprint-plugin

2016-01-18 Thread cniehues
I thought I could solve with problem with the starting level so that the custom implementation always has a lower starting level than the default implementation. I know that I have to restart the client bundle and that it's not very comfortable but anyway it's a solution at all for my example.

Re: The backspace key does not work in 4.0.2 SSH (from Putty)

2016-01-18 Thread Jean-Baptiste Onofré
OK, thanks, I will let you know (on the Jira) when I will push the fix. I'm testing it now. Regards JB On 01/18/2016 11:55 AM, Serge Huber wrote: Ok let me know when you have a fix and I’ll help test it :) cheers, Serge… On 18 janv. 2016, at 11:53, Jean-Baptiste Onofré

Re: How to set service ranking with aries-blueprint-plugin

2016-01-18 Thread Christian Schneider
The ranking concept is fine. The problem is just that if only the lower rank service was present when the client starts then it will stick with it. You can already restart the client bundle to make it switch but this is pretty inconvenient. So we need to implement the dynamic rebinding to a

Re: Karaf 4.0.4 feature configuration (KARAF-3100)

2016-01-18 Thread Jean-Baptiste Onofré
Hi, Yes, I agree, my bad. Let me fix that (I will create a new Jira). Thanks Regards JB On 01/18/2016 04:38 PM, Valkonen, Jarimatti wrote: Hi, The feature configuration (KARAF-3100) seems to have conflicting rules when appending new feature configuration values to an existing configuration.

Error when opening ssh client

2016-01-18 Thread eBroots
Hello, I have downloaded karaf 4.0.4 and started it on a redhat machine and when I try to open an ssh client with the client bin/script I get the following error: Logging in as karaf 482 [sshd-SshClient[3b29642c]-nio2-thread-1] WARN org.apache.sshd.client.session.ClientSessionImpl - Exception

Re: Error when opening ssh client

2016-01-18 Thread Jean-Baptiste Onofré
Hi, I tried with a fresh 4.0.4 on Debian (with Oracle Java8): 1. I start using bin/karaf 2. then, I connect using bin/client: it works 3. I tried with openssh (ssh -p 8101 karaf@localhost): it works How do you start Karaf (using wrapper) ? What's your JDK ? Do you have JCE ? Thanks, Regards