this.configId = configId;
this.updateHelper = new ApplicationUpdateHelper(this);
BundleContext bundleContext = bundle.getBundleContext();
DeploymentMetadataFactory deploymentFactory = null;
ApplicationMetadataFactory applicationFactory = null;
ServiceReference deploymentFactoryReference =
bundleContext.getServiceReference(DeploymentMetadataFactory.class.getName());
ServiceReference applicationFactoryReference =