public void stop(BundleContext context) throws Exception {
//unregister the service extension
ServiceReference ref =
context.getServiceReference(ServiceFactory.class.getName());
SkunkServiceFactory factory = (SkunkServiceFactory) context.getService(ref);
factory.removeServiceExtension(ext);
}