Re: [CAMEL-3.0] Start moving forward

2013-01-21 Thread Willem jiang
I'm OK for the discussion in the IRC and post the discussion back to dev list so every one have a chance to express his opinion. And we made decision in the mailing list. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Bl

Re: [CAMEL-3.0] Start moving forward

2013-01-21 Thread Hadrian Zbarcea
Willem, yeah it's tough with your time zone, but you can find many of us on irc at various time. And btw, your statement that it's "not an Apache Way" is not quite accurate. The channel is logged and the relevant content of the discuss (and/or link) will be posted on dev@ anyway. The Apache Way

Re: [CAMEL-3.0] Start moving forward

2013-01-21 Thread Hadrian Zbarcea
Looks like we're starting to get more feedback. Awesome. More inline... Also moved back from users@ to dev@. I really don't think this should be on dev. If we want to make users aware of this discussions, I'd do that via announcements on the site and maybe occasional posts to users@, but I thin

Re: [CAMEL-3.0] Start moving forward

2013-01-21 Thread Willem jiang
Hi Christian Just one comments for the meeting in IRC. It is not an Apache Way to make decision through the IRC. As you know the time you chose is the middle night (3 AM) in my timezone. Maybe we can drop a discussion lines in the wiki page, so every one who wants to join the discussion can ha

[camel-extra] Narrowed ASF Camel OSGI import ranges

2013-01-21 Thread Henryk Konsek
Hi, I've just narrowed the ASF Camel import version in Camel Extra manifest (as requested [1] by Claus). The change has been committed in rev964. Now I plan to create maintenance branch for 2.10.1, merge this change there and release Camel Extra 2.10.1 as well. Best regards. [1] http://code.goo

Re: Installing Camel examples in Karaf

2013-01-21 Thread Charles Moulliard
Works better. Nevertheless the features defined in the features file deployed as a bundle are not deployed. Here is an example [ 127] [Installed ] [] [ 80] camel-example-sql (2.11.0.SNAPSHOT) // CONTAINS FEATURES.XML FILE karaf@root> listurl Loaded URI true bundle://118.0:0/ME

Re: Installing Camel examples in Karaf

2013-01-21 Thread Guillaume Nodet
Raised and fixed https://issues.apache.org/jira/browse/KARAF-2134 The workaround is to use the plain http url instead of the mvn url. On Mon, Jan 21, 2013 at 10:42 AM, Charles Moulliard wrote: > Convention is : META-INF + "/" + one directory where directory = > "org.apache.karaf.shell.features"

Re: Please grant karma to edit Camel doc pages

2013-01-21 Thread Scott Cranton
Thanks Hadrian. On Sun, Jan 20, 2013 at 9:20 PM, Hadrian Zbarcea wrote: > Karma granted. Verified email address associated to account to match the asf > records. It's actually your confluence (cwiki) account that gives you > permissions to change the wiki. > > Thanks for your contributions, > Had

Re: Installing Camel examples in Karaf

2013-01-21 Thread Charles Moulliard
Convention is : META-INF + "/" + one directory where directory = "org.apache.karaf.shell.features" + "/" + "*.xml" where * corresponds to a features.xml file On Mon, Jan 21, 2013 at 9:28 AM, Claus Ibsen wrote: > Hi > > Charles may have pointed out about the naming of the features file. > > Shou

Re: Installing Camel examples in Karaf

2013-01-21 Thread Claus Ibsen
Hi Charles may have pointed out about the naming of the features file. Should it be a file in META-INF which has this long name with all the dots? Or should it be a features.xml file in META-INF/org/apache/... eg deep down in a sub dir On Fri, Jan 18, 2013 at 3:41 PM, Claus Ibsen wrote: > Hi

Re: Installing Camel examples in Karaf

2013-01-21 Thread Charles Moulliard
I just had a quick look and discovered that existing code of Karaf 2.3 when a bundle is deployed using the command "feature:mvn:org.apache.camel/camel-example-sql/2.11-SNAPSHOT" does not install the features file included under META-INF directory. The existing code will only do that if the status o

Re: Installing Camel examples in Karaf

2013-01-21 Thread Claus Ibsen
On Sun, Jan 20, 2013 at 6:55 PM, Achim Nierbeck wrote: > Did you also start the bundle? To my understanding a bundle-tracker is only > able to kick in when a bundle is fully resolved. Therefore a start is > needed. You might also do this right when installing with osgi:instll -s > mvn: > Good