Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 25047 invoked from network); 5 Mar 2004 18:22:16 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Mar 2004 18:22:16 -0000 Received: (qmail 30069 invoked by uid 500); 5 Mar 2004 18:22:05 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 29799 invoked by uid 500); 5 Mar 2004 18:22:03 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 29786 invoked from network); 5 Mar 2004 18:22:03 -0000 Received: from unknown (HELO mail.s-und-n.de) (212.8.217.2) by daedalus.apache.org with SMTP; 5 Mar 2004 18:22:03 -0000 Received: from notes.sundn.de (ntsrv5.sundn.de [10.10.2.10]) by mail.s-und-n.de (postfix) with ESMTP id 6734019F680 for ; Fri, 5 Mar 2004 19:22:06 +0100 (CET) Received: from hw0386 ([192.168.2.31]) by notes.sundn.de (Lotus Domino Release 6.5) with ESMTP id 2004030519164535-81360 ; Fri, 5 Mar 2004 19:16:45 +0100 From: "Carsten Ziegeler" To: Subject: RE: [portal] JSR168 portlets problems under PortalEngine Date: Fri, 5 Mar 2004 19:24:01 +0100 Organization: S&N AG MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <4C47FFB0CC6A2E4D92550B89B68FC78391F0BF@s2-ba.asset-internal> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Thread-Index: AcQC10kMr5+jPdSqTM2RdBzKds2giwABz+2g X-MIMETrack: Itemize by SMTP Server on PBSN1/Systeme und Netzwerke(Release 6.5|September 26, 2003) at 05.03.2004 19:16:45, Serialize by Router on PBSN1/Systeme und Netzwerke(Release 6.5|September 26, 2003) at 05.03.2004 19:16:46, Serialize complete at 05.03.2004 19:16:46 Message-ID: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Michal Durdina wrote:=20 >=20 > Hi, > I found some problems while running jakarta-pluto testsuite=20 > under CocoonPortalEngine. I would like to report them and=20 > offer help if needed. >=20 Great, really appreciated! > 1. test2.jsp: Call to=20 > portalContext.getSupportedWindowStates() returns null. >=20 I fixed this (hopefully) yesterday morning in the CVS. > 2. test2.jsp: Call to renderRequest.getParameter("testName")=20 > returns null after 2.nd and every other render() was called.=20 > Portlet container should preserve request parameters sent=20 > upon 1.st request for every subsequent call of render() in=20 > the portlet which was not target of the subsequent client=20 > request (JSR-168spec chap. 11.1.1 =A73). But jakarta-pluto is=20 > also doing this, so it's not exactly cocoon problem.=20 >=20 Did you test the latest pluto version? > 3. test3.jsp: Submit to url created by=20 > renderResponse.createRenderURL();=20 > url.setWindowState(WindowState.MAXIMIZED); changes correctly=20 > return value of renderRequest.getWindowState() to=20 > "maximized", but the portlet window actually does not=20 > maximize. By contrast when submit to url with=20 > WindowState.MINIMIZED is executed, the portlet windows=20 > minimizes but stays minimized forever - I could not get it to=20 > normal size by clicking window icons. >=20 > 4. test4.jsp: Simmilar to point 2. but at this time=20 > parameters set by _action_ are not preserved. When testing in=20 > jakarta-pluto, they are. >=20 > My testing env: > cocoon-portal block build from CVS (04.march.2003)=20 > jakarta-testuite built from CVS (04.march.2003) >=20 Thanks for reporting this! I think the best way is if you file bugs into bugzilla. Please enter a bug to the Cocoon bugs if the problem is only with the Cocoon portal and to Pluto's bug list if the bug is in Pluto as well. I will try to update the version of Pluto used in Cocoon to the latest version in the next days and then have a look at the bugs you described. Many thanks! Carsten