CodiFacesContextWrapper(FacesContext wrappedFacesContext)
{
this.wrappedFacesContext = wrappedFacesContext;
this.wrappedExternalContext =
new RedirectedConversationAwareExternalContext(wrappedFacesContext.getExternalContext());
setCurrentInstance(this);
//(currently) causes issue in combination with geronimo 3.0-m1
init();
}