hi manuel,

if the trinidad-support module (myfaces-extcdi-trinidad12-support) doesn't
work any more with trinidad2 (it used to work), please file a feature
request.
it would be great, if you can also debug the issue and try to find a
workaround which we can use in a myfaces-extcdi-trinidad20-support module.

regards,
gerhard

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces



2011/5/17 Manuel Hartl <[email protected]>

> Hi MyFaces-CODI-Team,
>
> i try to use the following in combination:
> (JSF2 reference implementation)
> Apache Myfaces CODI-JSF2 0.9.5
> Apache Myfaces Trinidad 2.0.0
>
> 1) first i got the "No RenderingContext" exception, but this was worked
> around with
>
> /**
>  * Workaround for initializing the RenderingContext of Trinidad
>  *  * @author Gerhard Petracek
>  */
> public class InitTrinidad {
>        protected void initTrinidad(
>                        @Observes @BeforePhase(JsfPhaseId.ANY_PHASE)
> PhaseEvent phaseEvent) {
>                if (RenderingContext.getCurrentInstance() == null) {
>
>
> tryToInstantiateClassForName("org.apache.myfaces.trinidadinternal.renderkit.core.CoreRenderingContext");
>                }
>        }
> }
>
> 2) now i am getting problems with RenderKit
>
> org.apache.myfaces.extensions.cdi.jsf2.impl.scope.conversation.InterceptedRenderKit
> not supporting
> the "DialogRenderKitService"
>
> i think there was a CODI-JSF1.2-Trinidad1.2-compat module for JSF1.2
> (myfaces-extcdi-trinidad12-support-0.9.5.jar) and it seems that this is
> needed for CODI2 / Trinidad2, too.
>
> -> is there a plan to have this module for CODI-JSF2 also?
>
> Regards,
>        Manuel.
>
> --
>
> Dipl. Inform. Manuel Hartl
> Software Architect
>
> FlexSecure-Logo    KobilGroup-Logo
>
> FlexSecure GmbH
> Industriestr. 12
> D - 64297 Darmstadt
> Tel: +49 (0) 6151 501 23-18
> Fax: +49 (0) 6151 501 23-19
>
> E-Mail: [email protected]
> Internet: www.flexsecure.de
>
> Geschäftsführer:
> Erwin Stallenberger, Markus Ruppert
>
> Amtsgericht Darmstadt HRB 8036
> Umsatzsteuernummer: DE 214745269
>
>
>

Reply via email to