componentContext = (Map) contextSourceGBean.getAttribute("componentContext");
} catch (GBeanNotFoundException e) {
LOG.warn("ModuleGBean not found. JNDI resource injection will not work.");
}
AnnotationHolder serviceHolder =
(AnnotationHolder)sharedContext.get(WebServiceContextAnnotationHelper.class.getName());
if (serviceHolder == null) {
serviceHolder = new AnnotationHolder(moduleHolder);
sharedContext.put(WebServiceContextAnnotationHelper.class.getName(), serviceHolder);
}
WebServiceContextAnnotationHelper.addWebServiceContextInjections(serviceHolder, servletClass);
String location = portInfo.getLocation();