Karaf 2.3.3 Deploying kars updates

2014-01-23 Thread cbiava
Hello,

on karaf 2.3.3, i would like to know if it's possible deploying different
feature versions without any service interruption.
For instance, I install through deploy/ projet-1.0.3.kar. Karaf deploys and
installs it with other features. The service is directly avalaible which is
perfect.
When I want to update the project to version 1.0.4, I directly deploy it in
deploy/ dir
Bus the two versions are installed at the same time which is not
appropriate.

Is there a way to update kars version easily (other way than uninstall /
remove kar / deploy ) ?
Thanks in advance.

Christophe 



--
View this message in context: 
http://karaf.922171.n3.nabble.com/Karaf-2-3-3-Deploying-kars-updates-tp4031303.html
Sent from the Karaf - User mailing list archive at Nabble.com.


Re: Karaf 2.3.3 Deploying kars updates

2014-01-23 Thread Jean-Baptiste Onofré

Hi Christophe,

there is not really kind of feature update (it's basically 
uninstall/install).
What you can do is to install the new kar, uninstall the previous 
version features and remove the old kar (include .timestamp) (if I 
understand you correctly).


Regards
JB

On 01/23/2014 03:45 PM, cbiava wrote:

Hello,

on karaf 2.3.3, i would like to know if it's possible deploying different
feature versions without any service interruption.
For instance, I install through deploy/ projet-1.0.3.kar. Karaf deploys and
installs it with other features. The service is directly avalaible which is
perfect.
When I want to update the project to version 1.0.4, I directly deploy it in
deploy/ dir
Bus the two versions are installed at the same time which is not
appropriate.

Is there a way to update kars version easily (other way than uninstall /
remove kar / deploy ) ?
Thanks in advance.

Christophe



--
View this message in context: 
http://karaf.922171.n3.nabble.com/Karaf-2-3-3-Deploying-kars-updates-tp4031303.html
Sent from the Karaf - User mailing list archive at Nabble.com.



--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: Karaf 2.3.3 Deploying kars updates

2014-01-23 Thread cbiava
Hi Jean baptiste, thank you for quick answer.
Yes you understood well. Too bad we cannot switch from a version to another
in other way thant uninstall/reinstall =)
therefore, I have a little interruption in the updating operation. Actually
I can't afford to have both versions deployed at the same time.

Regards,
Christophe.



--
View this message in context: 
http://karaf.922171.n3.nabble.com/Karaf-2-3-3-Deploying-kars-updates-tp4031303p4031309.html
Sent from the Karaf - User mailing list archive at Nabble.com.