bundle);
webModule.setEarContext(deploymentContext);
webModule.setRootEarContext(deploymentContext);
deploymentContext.flush();
deploymentContext.initializeConfiguration();
Map<JndiKey, Map<String, Object>> contexts = NamingBuilder.JNDI_KEY.get(deploymentContext.getGeneralData());
Map<String, Object> app = new HashMap<String, Object>();
app.put("app/AppName", webModule.getName());
contexts.put(JndiScope.app, app);