How to add config file to kar via create-kar of features-maven-plugin

2012-01-23 Thread Michael Täschner
Hi, the kar archive documentation ( http://karaf.apache.org/manual/latest-2.2.x/users-guide/kar.html) currently does not seem to cover the inclusion of feature configuration files. Could somebody give me a hint, how to configure a filtered configuration file for the create-kar goal. Thanks and

Re: How to add config file to kar via create-kar of features-maven-plugin

2012-01-23 Thread Jean-Baptiste Onofré
Hi, starting from Karaf 2.2.5, the features-maven-plugin is able to handle the configuration file. If your features XML contains configfile / tag, the Maven plugin will package the configuration files into the kar. Regards JB On 01/23/2012 10:28 AM, Michael Täschner wrote: Hi, the kar

Re: Karaf - managing Camel routes startup behavior

2012-01-23 Thread kmoens
Hi JB, thanks for the idea. Not sure this covers our needs, we want to control automatically the startup of deployed routes at both boottime of karaf and deploy time of a new bundle containing routes. In this case the bean you proposed should be listening on 'deploy events' of bundles having

Re: Karaf - managing Camel routes startup behavior

2012-01-23 Thread Guillaume Nodet
You should listen to CamelContext objects being registered as OSGi services. If they all have autostart = false, you could then manually control them. On Mon, Jan 23, 2012 at 10:51, kmoens kris_mo...@yahoo.com wrote: Hi JB, thanks for the idea. Not sure this covers our needs, we want to

Re: Karaf - managing Camel routes startup behavior

2012-01-23 Thread kmoens
Hi Guillaume, in our environment we do not control the content of the routes deployed, hence we cannot rely on the fact that the autostart has been disabled. Anothere idea was to look at a spring BeanPostProcessor implementation. BRs, Kris -- View this message in context:

build EIK

2012-01-23 Thread Filippo Balicchia
Hello, I have check out EIK from trunk and try to compile but i fail. In the po i see that it point to repository idhelios/id layoutp2/layout url${eclipse-site}/url /repository but from maven site http://maven.apache.org/pom.html#Repositories I see that

Re: build EIK

2012-01-23 Thread Jean-Baptiste Onofré
Hi Filippo, Did you perform a simple mvn clean install ? The p2 layout is provided by a Maven Eclipse extension. I have an issue on the update feature: [ERROR] Cannot resolve project dependencies: [ERROR] Software being installed: org.apache.karaf.eik.ui 3.0.0.qualifier [ERROR] Missing