From adffaces-dev-return-1380-apmail-incubator-adffaces-dev-archive=incubator.apache.org@incubator.apache.org Tue Oct 10 19:32:57 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-dev-archive@locus.apache.org Received: (qmail 88657 invoked from network); 10 Oct 2006 19:32:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Oct 2006 19:32:56 -0000 Received: (qmail 35626 invoked by uid 500); 10 Oct 2006 19:32:56 -0000 Delivered-To: apmail-incubator-adffaces-dev-archive@incubator.apache.org Received: (qmail 35615 invoked by uid 500); 10 Oct 2006 19:32:56 -0000 Mailing-List: contact adffaces-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-dev@incubator.apache.org Delivered-To: mailing list adffaces-dev@incubator.apache.org Received: (qmail 35606 invoked by uid 99); 10 Oct 2006 19:32:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Oct 2006 12:32:56 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of arash.rajaeeyan@gmail.com designates 64.233.162.192 as permitted sender) Received: from [64.233.162.192] (HELO nz-out-0102.google.com) (64.233.162.192) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Oct 2006 12:32:55 -0700 Received: by nz-out-0102.google.com with SMTP id v1so550046nzb for ; Tue, 10 Oct 2006 12:32:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=VOodp0kdYJkIL51qassSNFYfSPkpE9mIamN8xqvxX1XIrdWYW3qX3WEexIoQESI6bE2fxA/sM9QqynarTytvs04JTVOgY8lEr8Q2UeoMcYgaWnhECvXkawM44ovMlIVEG6GrebabwKz7lgiDjLJtF7phl3R/ouF2WMlwkhqqvbw= Received: by 10.64.151.17 with SMTP id y17mr12300086qbd; Tue, 10 Oct 2006 12:32:34 -0700 (PDT) Received: by 10.65.145.11 with HTTP; Tue, 10 Oct 2006 12:32:34 -0700 (PDT) Message-ID: <70a0d9080610101232m78ffab0ai958faa8d2d538d85@mail.gmail.com> Date: Tue, 10 Oct 2006 23:02:34 +0330 From: "Arash Rajaeeyan" To: adffaces-dev@incubator.apache.org Subject: Re: [Jira] Portlet Issue In-Reply-To: <71235db40610101208jc5dffb4t34ac80a96a3a690b@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_17659_1715750.1160508754230" References: <452BE9C7.9060205@gmail.com> <71235db40610101208jc5dffb4t34ac80a96a3a690b@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_17659_1715750.1160508754230 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline there two kind of portals some use Servlet classes as a base for Portlet and other Portlet Classes, and subclasses classes like PortletRequest from HttpServletRequest. some develop Portlet classes from scratch. lots of problems arise in second type of portlet API implementation which the Portlet classes can not be casted to Servlet classes. IBM websphere is from first kind. Liferay is second type. pluto is some thing between: package org.apache.pluto.internal.impl; .... public abstract class PortletRequestImpl extends HttpServletRequestWrapper implements PortletRequest, InternalPortletRequest { .... as you see they have subclasses HttpServletRequestWrapper so they have all methods of HttpServlet so I think its better that we don't test portlet patch implementation on pluto. On 10/10/06, Matthias Wessendorf wrote: > > Scott, > > testing against Pluto (Portlet RI)? > > -M > > On 10/10/06, Scott O'Bryan wrote: > > I added seven issues to the Trinidad Portlet component in Jira and one > > to the MyFaces Portlet_Support component. That should get us started. > > We'll have to have MYFACES-1448, MYFACES-1383, and ADFFACES-234 done > > before we can start, however. > > > > I do have a fix for MYFACES-1383, but it needs some testing. Hopefully > > I'll be able to check it in soon. > > > > Scott > > > > > -- > Matthias Wessendorf > http://tinyurl.com/fmywh > > further stuff: > blog: http://jroller.com/page/mwessendorf > mail: mwessendorf-at-gmail-dot-com > -- Arash Rajaeeyan ------=_Part_17659_1715750.1160508754230--