public void createRequest(@Observes Before event)
{
ContextsService service = this.lifecycle.get().getContextService();
service.startContext(RequestScoped.class, null);
service.startContext(ConversationScoped.class, null);
}
public void destroyRequest(@Observes After event)
{
ContextsService service = this.lifecycle.get().getContextService();