[ 
https://issues.apache.org/jira/browse/EXTCDI-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12935316#action_12935316
 ] 

Gerhard Petracek commented on EXTCDI-84:
----------------------------------------

currently a workaround is needed:

protected void initTrinidad(@Observes @BeforePhase(JsfPhaseId.ANY_PHASE) 
PhaseEvent phaseEvent)
{
    if (RenderingContext.getCurrentInstance() == null)
    {
        
tryToInstantiateClassForName("org.apache.myfaces.trinidadinternal.renderkit.core.CoreRenderingContext");
    }
}

> check compatibility with trinidad
> ---------------------------------
>
>                 Key: EXTCDI-84
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-84
>             Project: MyFaces CODI
>          Issue Type: Task
>          Components: Trinidad Support
>    Affects Versions: 0.9.0
>            Reporter: Gerhard Petracek
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to