public void start(BundleContext context) throws Exception {
instance = this;
setDelayCheckBundleState(context);
// Register the default license provider.
LicenseManager.getInstance().registerLicenseProvider(
new DefaultLicenseProvider());
super.start(context);
}