.getFrameworkAttribute(ATTR_FWK_OSGI_EMBEDDED);
if (osgiEmbeddedLauncher == null
|| osgiEmbeddedLauncher.equals(Boolean.FALSE)) {
if (hostWebActivator == null
|| !hostWebActivator.isWebServiceStarted()) {
throw new ServiceInitException(
new Status(
Status.ERROR,
fwkActivator.getBundleSymbleName(),
"Host Web Component not started. The framework maybe not able to work normally."));
}