Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 90455 invoked from network); 6 Feb 2008 21:38:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2008 21:38:40 -0000 Received: (qmail 79582 invoked by uid 500); 6 Feb 2008 21:38:28 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 79558 invoked by uid 500); 6 Feb 2008 21:38:28 -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 79547 invoked by uid 99); 6 Feb 2008 21:38:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2008 13:38:28 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mario@ops.co.at designates 194.152.182.1 as permitted sender) Received: from [194.152.182.1] (HELO mgate.ops.co.at) (194.152.182.1) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2008 21:37:59 +0000 Received: from smtp.ops.co.at (smtp.int.ops.co.at [172.27.0.4]) by mgate.ops.co.at (OPS Mail Gateway - authorized use only - NO UCE/UBE C=AT L=VIE) with ESMTP id 5EA13AFE3A for ; Wed, 6 Feb 2008 22:38:06 +0100 (CET) Received: by smtp.ops.co.at (Postfix, from userid 65534) id 49DD36E023F; Wed, 6 Feb 2008 22:38:05 +0100 (CET) Received: from [172.27.188.10] (unknown [172.27.188.10]) by smtp.ops.co.at (Postfix) with ESMTP id B8CD56E0234 for ; Wed, 6 Feb 2008 22:38:04 +0100 (CET) Message-ID: <47AA28BE.8060400@ops.co.at> Date: Wed, 06 Feb 2008 22:38:06 +0100 From: Mario Ivankovits User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: MyFaces Discussion Subject: Re: Portlet Environment and Orchestra References: <15270215.post@talk.nabble.com> <23190605.1202213585948.JavaMail.root@viefep15> <47A86FEA.7010209@gmail.com> <71235db40802050726k1db699e2h3b420a3cafb5a714@mail.gmail.com> <47A8848C.3080303@gmail.com> <15306534.post@talk.nabble.com> <47A9F115.3030008@oracle.com> In-Reply-To: <47A9F115.3030008@oracle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on smtp.ops.co.at X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, hits=-11.6 required=7.0 tests=AWL,BAYES_00,NO_RDNS, RATWR10_MESSID,SARE_TOCC_USER autolearn=no version=2.64 Hi! > The short answer to your question is no, the bridge won't help you > here. Portlet 1.0 didn't define support for filters or wrapping > request/response objects. Hence initialization done in filters in the > servlet environment should be rewritten/migrated to FacesContextFactory. Yep, I'll try to provide a (try of a) short-term fix tomorrow. Ciao, Mario