Re: Karaf Cave, KFR support and continuous delivery support

2017-04-08 Thread ivoleitao
it Any toughs about this ? Thnks in advance, Ivo Leitão -- View this message in context: http://karaf.922171.n3.nabble.com/Karaf-Cave-KFR-support-and-continuous-delivery-support-tp4050069p4050076.html Sent from the Karaf - User mailing list archive at Nabble.com.

Karaf Cave, KFR support and continuous delivery support

2017-04-07 Thread ivoleitao
stores bundles. My initial plan was to upload to the cave at deployment time and later update the feature. My main objective is to devise a strategy for continuous delivery and Cave seemed a good alternative. Any other alternatives with the 4.0 line of versions Best Regards, Ivo Leitão -- View

Re: Continuous Delivery

2011-05-04 Thread mgardiner
Thanks for the info. I will look into these recommendations. -- View this message in context: http://karaf.922171.n3.nabble.com/Continuous-Delivery-tp2899218p2899713.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Continuous Delivery

2011-05-04 Thread mgardiner
s use exception. Thoughts? -- View this message in context: http://karaf.922171.n3.nabble.com/Continuous-Delivery-tp2899218p2899663.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Continuous Delivery

2011-05-04 Thread Jean-Baptiste Onofré
roject-features/1.0/xml -- View this message in context: http://karaf.922171.n3.nabble.com/Continuous-Delivery-tp2899218p2899341.html Sent from the Karaf - User mailing list archive at Nabble.com. -- Cheers, Guillaume Nodet Blog: http://gnod

Re: Continuous Delivery

2011-05-04 Thread Jean-Baptiste Onofré
gAdmin specification, that's why I'm working on ACE :)). Regards JB On 05/04/2011 05:08 PM, mgardiner wrote: How can we do continuous delivery with Apache Karaf? Specifically, lets say I have a service hosted in Karaf deployed in production and the service feature is version 1.0 bu

Re: Continuous Delivery

2011-05-04 Thread Andreas Pieber
-features/1.0/xml >> >> >> -- >> View this message in context: >> http://karaf.922171.n3.nabble.com/Continuous-Delivery-tp2899218p2899341.html >> Sent from the Karaf - User mailing list archive at Nabble.com. >> > > > > -- > Cheers, > Guillaume N

Re: Continuous Delivery

2011-05-04 Thread Guillaume Nodet
:org.yourorg/yourproject-features/1.0/xml > > > -- > View this message in context: > http://karaf.922171.n3.nabble.com/Continuous-Delivery-tp2899218p2899341.html > Sent from the Karaf - User mailing list archive at Nabble.com. > -- Cheers, Guillaume Nodet

Re: Continuous Delivery

2011-05-04 Thread bbolingbroke
mvn:org.yourorg/yourproject-features/1.0/xml -- View this message in context: http://karaf.922171.n3.nabble.com/Continuous-Delivery-tp2899218p2899341.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Continuous Delivery

2011-05-04 Thread Achim Nierbeck
rds, Achim 2011/5/4 mgardiner : > Wouldn't this end up having both versions installed in the container?  If I > remember correctly removing the feature and featureurl does not remove the > bundles associated with the feature. > > -- > View this message in context: > http://k

Re: Continuous Delivery

2011-05-04 Thread mgardiner
Wouldn't this end up having both versions installed in the container? If I remember correctly removing the feature and featureurl does not remove the bundles associated with the feature. -- View this message in context: http://karaf.922171.n3.nabble.com/Continuous-Delivery-tp2899218p28

Re: Continuous Delivery

2011-05-04 Thread Achim Nierbeck
> > Christian > > > Am 04.05.2011 17:08, schrieb mgardiner: >> >> How can we do continuous delivery with Apache Karaf? >> >> Specifically, lets say I have a service hosted in Karaf deployed in >> production and the service feature is version 1.0 but I

Re: Continuous Delivery

2011-05-04 Thread Christian Schneider
04.05.2011 17:08, schrieb mgardiner: How can we do continuous delivery with Apache Karaf? Specifically, lets say I have a service hosted in Karaf deployed in production and the service feature is version 1.0 but I wish to upgrade to version 1.1. I release 1.1 to a nexus repo making the artifacts

Re: Continuous Delivery

2011-05-04 Thread Achim Nierbeck
make sure you have all you need installed which is provided by aries. Regards, Achim 2011/5/4 mgardiner : > How can we do continuous delivery with Apache Karaf? > > Specifically, lets say I have a service hosted in Karaf deployed in > production and the service feature is version 1.0

Continuous Delivery

2011-05-04 Thread mgardiner
How can we do continuous delivery with Apache Karaf? Specifically, lets say I have a service hosted in Karaf deployed in production and the service feature is version 1.0 but I wish to upgrade to version 1.1. I release 1.1 to a nexus repo making the artifacts available for consumption in Karaf