* return an instance of ConversationContextFactoryImpl with a custom timeout value configured.
*/
public static ConversationContextFactory getConversationContextFactory()
{
FrameworkAdapter fa = FrameworkAdapter.getCurrentInstance();
ConversationContextFactory factory = (ConversationContextFactory) fa.getBean(
CONVERSATION_CONTEXT_FACTORY_KEY);
if (factory == null)
{
factory = CONVERSATION_CONTEXT_FACTORY_DFLT;