---- Message d'origine ----
De : Olivier21 [via Karaf] <[email protected]>
À : Olivier21 <[email protected]>
Objet : Re: Bundle versioning
Date : 28/04/2016 15:35:18 CEST

Thank you JB, 

"bundle:update id" give the same result : "bundle X started in version 1.0.0" 

The activator code is : 

package org.omega.module.dao; 

import org.osgi.framework.BundleActivator; 
import org.osgi.framework.BundleContext; 

public class Activator implements BundleActivator 
{ 
    public void start(BundleContext context) 
    { 
        System.out.println("bundle X started in version  1.0.1"); 
    } 

    public void stop(BundleContext context) 
    { 
        System.out.println("bundle X stopped in version  1.0.1"); 
    } 
}

I will try to give send you the kar archive and the different jar files. 

Olivier 

----------------------------------------------------------------------

If you reply to this email, your message will be added to the discussion below:
http://karaf.922171.n3.nabble.com/Bundle-versioning-tp4046396p4046435.html 

To unsubscribe from Bundle versioning, click here.
NAML 



wsrest-omega-module-kar-1.0.0.kar (2M) 
<http://karaf.922171.n3.nabble.com/attachment/4046436/0/wsrest-omega-module-kar-1.0.0.kar>
omega-module-dao-1.0.1.jar (25K) 
<http://karaf.922171.n3.nabble.com/attachment/4046436/1/omega-module-dao-1.0.1.jar>
omega-module-dao-1.1.0.jar (25K) 
<http://karaf.922171.n3.nabble.com/attachment/4046436/2/omega-module-dao-1.1.0.jar>




--
View this message in context: 
http://karaf.922171.n3.nabble.com/Bundle-versioning-tp4046396p4046436.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to