};
ServletDeployment deployment = new ServletDeployment(sce.getServletContext(), bootstrap);
try {
deployment.getWebAppBeanDeploymentArchive().getServices()
.add(ResourceInjectionServices.class, new ServletResourceInjectionServices() {});
} catch (NoClassDefFoundError e) {
// Support GAE
log.warn("@Resource injection not available in simple beans");
}