Return-Path: X-Original-To: apmail-myfaces-users-archive@www.apache.org Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F31F544BA for ; Tue, 17 May 2011 15:19:57 +0000 (UTC) Received: (qmail 97822 invoked by uid 500); 17 May 2011 15:19:56 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 97791 invoked by uid 500); 17 May 2011 15:19:56 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 97783 invoked by uid 99); 17 May 2011 15:19:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 May 2011 15:19:56 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [62.141.48.135] (HELO km0613.keymachine.de) (62.141.48.135) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 May 2011 15:19:49 +0000 Received: from [192.168.1.104] (p4FF0C3F5.dip.t-dialin.net [79.240.195.245]) (authenticated bits=0) by km0613.keymachine.de (8.12.11.20060308/8.12.11) with ESMTP id p4HFJVn2012636 for ; Tue, 17 May 2011 17:19:32 +0200 Message-ID: <4DD291FC.9080105@flexsecure.de> Date: Tue, 17 May 2011 17:19:24 +0200 From: Manuel Hartl User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: MyFaces Discussion Subject: Re: JSF2 + Myfaces CODI2 + Myfaces Trinidad2 References: <4DD2892A.1090203@flexsecure.de> In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: multipart/mixed; boundary="------------000106030002040502050106" X-Virus-Checked: Checked by ClamAV on apache.org --------------000106030002040502050106 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Hi Gerhard, 1) to whom should i adress the feature request? 2) as the problem seems to be the same as with codi-jsf1/trinidad1, the solution should be not portable? if i have some time this week i try to debug it. do you think it does make sense to look at the trinidad12-module and try to make it work for trinidad2 ? Regards, Manuel. > 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 > >> 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: hartl@flexsecure.de >> Internet: www.flexsecure.de >> >> Gesch�ftsf�hrer: >> Erwin Stallenberger, Markus Ruppert >> >> Amtsgericht Darmstadt HRB 8036 >> Umsatzsteuernummer: DE 214745269 >> >> >> -- 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: hartl@flexsecure.de Internet: www.flexsecure.de Gesch�ftsf�hrer: Erwin Stallenberger, Markus Ruppert Amtsgericht Darmstadt HRB 8036 Umsatzsteuernummer: DE 214745269 --------------000106030002040502050106--