public void stopConversationScope() throws Exception
{
logger.log(Level.FINE, "stopping the OWB ConversationContext");
WebBeansContext webBeansContext = WebBeansContext.currentInstance();
ContextsService contextsService = webBeansContext.getContextsService();
contextsService.endContext(ConversationScoped.class, null);
}
@Override
public void stopCustomScope(Class<? extends Annotation> scopeClass) throws Exception
{