Re: Cellar tcpIpEnabled does not work

2012-05-04 Thread gasius
Hi, so maybe I use incorrect bundle synch configuration or problem is because of ServiceMix v 4.4.1? Because I install Cellar into ServiceMix v 4.4.1 (tried various assemblies - default, full, minimal). Also I tried various Cellar versions 2.2.3, 2.2.4-SNAPSHOT, 3.0.0-SNAPSHOT but with all got

classpath resources in generated bundle

2012-05-04 Thread maaruks
I generated bundle from a jar file. There is some some spring code that needs to access classpath resources from *conf* directory. Of course it doesn't work: Caused by: java.io.FileNotFoundException: class path resource [conf/core-defaults.properties] cannot be opened because it does not exist

Re: classpath resources in generated bundle

2012-05-04 Thread Achim Nierbeck
You need to export it as a Package, therefore the Export-Package definition in the manifest has to contain your conf directory. regards, Achim 2012/5/4 maaruks maris.orbid...@gmail.com: I generated bundle from a jar file. There is some some spring code that needs to access classpath

Re: log4j

2012-05-04 Thread Guillaume Nodet
That's really the best thing to do in karaf, as the log configuration is handled in an osgi way, so no code should try to directly configure the logging framework. On Fri, May 4, 2012 at 1:01 PM, maaruks maris.orbid...@gmail.com wrote: Achim Nierbeck wrote I'm not sure what you are trying

Re: using cave with features

2012-05-04 Thread Jean-Baptiste Onofré
Hi Rick, First, Cave was a kind of proto and I started to work on Apache Archiva to provide OBR and Karaf features support. However, regarding the requests/questions that we got on Cave, it could make sense to have a thin kind autonomous of OBR/feature repository manager. And a first Cave

Installing war support in Karaf 2.2.7

2012-05-04 Thread Fernando Avalos García
Hi all, I am trying to enable the Web support following the instruction in the page Installing war support in Karaf 2.2.7. However, when I try to execute the command features:list the list is empty. I tried to get the repositories list and it is empty too. Am I missing something? Thanks