try {
//Registering StatisticsAdmin as an OSGi service.
BundleContext bundleCtx = ctxt.getBundleContext();
axisConfigCtxObserverServiceRegistration =
bundleCtx.registerService(PreAxisConfigurationPopulationObserver.class.getName(),
new JAXWSAxis2ConfigurationObserver(), null);
if (log.isDebugEnabled()) {
log.debug("JAXWS bundle is activated");
}
} catch (Throwable e) {
log.error("Failed to activate JAXWS bundle", e);