webBeansContext = WebBeansContext.getInstance();
if (sessionContext != null)
{
ContextsService contextsService = webBeansContext.getContextsService();
contextsService.activateContext(SessionScoped.class);
}
if (conversationContextMap != null && !conversationContextMap.isEmpty())
{
ConversationManager conversationManager = webBeansContext.getConversationManager();
java.util.Iterator<Conversation> it = conversationContextMap.keySet().iterator();