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
--
View this message in context:
http://karaf.922171.n3.nabble.com/Bundle-versioning-tp4046396p4046435.html
Sent from the Karaf - User mailing list archive at Nabble.com.