dear community, i just tried to write a portlet using myfaces 1.2 within liferay 4.3.6; there is a compatibility problem between liferay's MyFacesContextImpl with myfaces 1.2.0, because liferay's MyFacesContextImpl class inherits from myfaces ServletFacesContextImpl, but ServletFacesContextImpl was changed in myfaces 1.2.0 to be deprecated and final; has anybody already implemented a replacement for MyFacesContextFactoryImpl? Caused by: java.lang.VerifyError: Cannot inherit from final ...