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: ha...@flexsecure.de
Internet: www.flexsecure.de

Geschäftsführer:
Erwin Stallenberger, Markus Ruppert

Amtsgericht Darmstadt HRB 8036
Umsatzsteuernummer: DE 214745269


Reply via email to