Re: Info about kar archive of Apache Karaf

2011-01-26 Thread Charles Moulliard
Hi Ade, From what I read in the next post of my email, kar only includes features xml file(s) and no bundles. To deploy an archive containing bundles we should use eba archive of project Aries. Regards, Charles On Mon, Jan 24, 2011 at 3:02 PM, Adrian Trenaman adrian.trena...@googlemail.com

Re: Info about kar archive of Apache Karaf

2011-01-26 Thread Adrian Trenaman
Hi Charles! The Karaf file *does* include bundles - it's really a collection of features descriptors and bundles that can be deployed together easily. I think the idea will be to pursue a standards based approach (perhaps based on Aries EBA and Karaf features) in the future! Best, Ade. On

Re: Info about kar archive of Apache Karaf

2011-01-26 Thread Charles Moulliard
ok. So what do you put in the KAR archive, all the bundles required by your project + features describing your project bundles to be deployed and their features dependencies with by example camel-jms, hibernate, mysql-driver, ... ? Do we have a maven plugin to generate the KAR archive like we

Re: Info about kar archive of Apache Karaf

2011-01-26 Thread Jean-Baptiste Onofré
Hi guys, regarding the maven plugin, I'm gonna refactore the existing plugins to create a generic karaf one and extend goal. I should be able to work on that on saturday. Regards JB On 01/26/2011 02:57 PM, Adrian Trenaman wrote: Answers inline! On 26/01/2011 13:51, Charles Moulliard

Re: Info about kar archive of Apache Karaf

2011-01-26 Thread Adrian Trenaman
Nice one JB! On 26/01/2011 14:06, Jean-Baptiste Onofré wrote: Hi guys, regarding the maven plugin, I'm gonna refactore the existing plugins to create a generic karaf one and extend goal. I should be able to work on that on saturday. Regards JB On 01/26/2011 02:57 PM, Adrian Trenaman wrote:

Re: Info about kar archive of Apache Karaf

2011-01-26 Thread Jean-Baptiste Onofré
Not sure of that :) It depends what we stand for feature update. I'm working on ACE around Karaf feature update and lifecycle. I think that we need to dig on that, feel free to complete the brainstorming wiki page :) Regards JB On 01/26/2011 05:02 PM, Charles Moulliard wrote: Here is my

scripting the Karaf shell

2011-01-26 Thread Adam Crain
Hi, First off, awesome project! We're doing an open source release of an automation platform redistributing karaf in 5 days! For the purpose of continuous integration, has anyone had luck scripting against the Karaf sshd shell? Basically, we have to boot strap our system using a couple of our

Re: scripting the Karaf shell

2011-01-26 Thread Freeman Fang
Hi, I think you can use XHarness[1] which is an extension to Ant(also you can run it from maven as it's ant task) that helps simplify the process of automating command line based task. The XHarness is really convenient for launching script and checking output both from stdio and log, it