service.startContext(ApplicationScoped.class, null);
}
public void beforeUndeployment(@Observes BeforeUnDeploy event)
{
ContextsService service = lifecycle.get().getContextService();
//service.startContext(ApplicationScoped.class, null);
service.endContext(ApplicationScoped.class, null);
}