if (CommonUtil.getEula() == null) {
String eula = CommonUtil.loadTermsOfUsage();
CommonUtil.setEula(eula);
}
packageInfos = new PackageInfoHolder();
context.getBundleContext().registerService(
PackageInfoHolder.class.getName(), packageInfos, null);
//Register manager configuration OSGI service
try {