if (FrameworkAdapter.getCurrentInstance() == null)
{
log.debug("creating jsfFrameworkAdapter");
// No filter has yet initialised the adapter, so do it here.
String conversationMessagerClass = getConversationMessagerClass(facesContext);
adapter = new JsfFrameworkAdapter(conversationMessagerClass);
adapter.beginRequest();
}
}