Re: Help command and osgi.command

2013-10-07 Thread Jean-Baptiste Onofré
Hi guys, I will take a look later today. Thanks for the reminder ;) Regards JB On 10/07/2013 01:05 PM, CLEMENT Jean-Philippe wrote: Did add a vote :) Hope it could be fixed soon! JP -Message d'origine- De : Roedl Lukas [mailto:lukas.ro...@ait.ac.at] Envoyé : lundi 7 octobre 2013 12

RE: Karaf - Hibernate/c3p0 Issue - ClassLoadingException

2013-10-07 Thread vincent.z
Hi Tanvi, Yes, I've found a solution to my problem, but it was a long time ago and I'm not on this project anymore, so I'm trying to remember the solution. I hope this is the way to solve your problem : I had to upgrade Spring to version 3.14, and Hibernate to version 4.10 and modify the config

Re: How to configure managed service factory with blueprint?

2013-10-07 Thread Bengt Rodehav
You and me seem to have similar problems. I posted the following on the Aries user list: http://www.mail-archive.com/user@aries.apache.org/msg01043.html So far no one has responded which is a bit disappointing. I also have problems with using the configured properties. But I also couldn't get th

RE: Help command and osgi.command

2013-10-07 Thread CLEMENT Jean-Philippe
Did add a vote :) Hope it could be fixed soon! JP -Message d'origine- De : Roedl Lukas [mailto:lukas.ro...@ait.ac.at] Envoyé : lundi 7 octobre 2013 12:47 À : user@karaf.apache.org Objet : AW: Help command and osgi.command There is already an Jira for this: https://issues.apache.org/ji

AW: Help command and osgi.command

2013-10-07 Thread Roedl Lukas
There is already an Jira for this: https://issues.apache.org/jira/browse/KARAF-2121 It would be really nice if this would work! Best regards, Lukas -Ursprüngliche Nachricht- Von: CLEMENT Jean-Philippe [mailto:jean-philippe.clem...@fr.thalesgroup.com] Gesendet: Montag, 7. Oktober 2013

RE: Help command and osgi.command

2013-10-07 Thread CLEMENT Jean-Philippe
I'm sure exported commands are not listed in Karaf v3. But some time ago I did make a short test on v2.3.? and it did not work either. JP -Message d'origine- De : Jean-Baptiste Onofré [mailto:j...@nanthrax.net] Envoyé : lundi 7 octobre 2013 11:58 À : user@karaf.apache.org Objet : Re: He

Re: Help command and osgi.command

2013-10-07 Thread Jean-Baptiste Onofré
Hi Jean-Philippe, I guess that you talk on trunk (Karaf 3), right ? Regards JB On 10/07/2013 11:52 AM, CLEMENT Jean-Philippe wrote: Hi, In older versions of Karaf, exporting commands via osgi.command.scope and osgi.command.function did add exported commands to the “help” list. Now with lates

Help command and osgi.command

2013-10-07 Thread CLEMENT Jean-Philippe
Hi, In older versions of Karaf, exporting commands via osgi.command.scope and osgi.command.function did add exported commands to the "help" list. Now with latest versions, commands work fine but "help" command does not list them. How may I make them visible to the "help" command? Regards, Jea

Re: Using environment variable in cfg file

2013-10-07 Thread Matthieu Vincent
Hi JB, thanks for reply. I use blueprint. I finally make it works : defining a variable %APP_HOME%, I can use it like this ${app.home} in my cfg and it works like a charm. Problem solved ! Rgs, Mat 2013/10/7 Jean-Baptiste Onofré > Hi Mathieu, > > if you use blueprint-cm and blueprint-ext, ye

Re: Using environment variable in cfg file

2013-10-07 Thread Jean-Baptiste Onofré
Hi Mathieu, if you use blueprint-cm and blueprint-ext, yes. Regards JB On 10/07/2013 10:42 AM, Matthieu Vincent wrote: Hi I'd like to know if it's possible to reference an environment variable in a cfg file in etc directory ? Thanks Matthieu -- Jean-Baptiste Onofré jbono...@apache.org

How to configure managed service factory with blueprint?

2013-10-07 Thread SvS
I use the following configuration in blueprint and I can create the service with the Apache Karaf Web Console Configuration. But how can I use the specified properties (initial and when updated)? http://www.osgi.org/xmlns/blueprint/v1.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; x

Using environment variable in cfg file

2013-10-07 Thread Matthieu Vincent
Hi I'd like to know if it's possible to reference an environment variable in a cfg file in etc directory ? Thanks Matthieu