Bean<?> bean = beanEntry.getBean();
EditableConversation foundConversation =
getConversation((EditableWindowContextManager)windowContextManager, bean);
foundConversation.addBean(beanEntry);
}
protected ConversationConfig getConversationConfig()
{
return CodiUtils.getContextualReferenceByClass(ConversationConfig.class);