From dev-return-84359-apmail-cocoon-dev-archive=cocoon.apache.org@cocoon.apache.org Fri Feb 03 07:00:55 2006 Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 6763 invoked from network); 3 Feb 2006 07:00:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Feb 2006 07:00:54 -0000 Received: (qmail 23607 invoked by uid 500); 3 Feb 2006 07:00:51 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 23551 invoked by uid 500); 3 Feb 2006 07:00:50 -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 List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 23539 invoked by uid 99); 3 Feb 2006 07:00:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2006 23:00:50 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 64.151.110.219 is neither permitted nor denied by domain of Ralph.Goers@dslextreme.com) Received: from [64.151.110.219] (HELO mail.gosmtp.com) (64.151.110.219) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2006 23:00:49 -0800 Received: from [192.168.10.129] (adsl-66-51-196-164.dslextreme.com [66.51.196.164]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.gosmtp.com (Postfix) with ESMTP id EFFC5244; Thu, 2 Feb 2006 22:21:27 -0800 (PST) Message-ID: <43E2FF83.1030206@dslextreme.com> Date: Thu, 02 Feb 2006 23:00:19 -0800 From: Ralph Goers Reply-To: rgoers@apache.org User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org, wsrp4j-dev@portals.apache.org Subject: Re: 2.1 portal won't compile in jdk 1.3 References: <43DEFEA5.60405@dslextreme.com> <43DFBF67.90900@apache.org> <43DFDE52.6080000@agssa.net> <43E0AB11.2010305@apache.org> <43E21F7A.4030300@dslextreme.com> <43E2F789.1010704@dslextreme.com> In-Reply-To: <43E2F789.1010704@dslextreme.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Nope. WSRPException does a super on Exception(String message, Throwable t) which is only available in JDK 1.4 So either this class needs to be modified or the doc at http://portals.apache.org/wsrp4j/gettingstarted/installation.html is wrong and wsrp4j requires JDK 1.4. The subversion history indicates this class has been this way since it was created in December 2003. Ralph Goers wrote: > OK. So I was able to compile it with the updated bridges jar. Now it > dies when I log in to the portal. My guess is that WSRP4J requires > servlet 2.3? > > 22:17:43.283 WARN!! Error for /samples/blocks/portal/auth?resource=portal > java.lang.NoSuchMethodError > at > org.apache.wsrp4j.exception.WSRPException.(WSRPException.java:73) > at > org.apache.wsrp4j.exception.WSRPXHelper.getException(WSRPXHelper.java:737) > > at > org.apache.wsrp4j.exception.WSRPXHelper.throwX(WSRPXHelper.java:138) > at > org.apache.wsrp4j.exception.WSRPXHelper.handleWSRPFault(WSRPXHelper.java:682) > > at > org.apache.wsrp4j.consumer.driver.ProducerImpl.getServiceDescription(ProducerImpl.java:493) > > at > org.apache.wsrp4j.consumer.driver.ProducerImpl.getServiceDescription(ProducerImpl.java:414) > > at > org.apache.wsrp4j.consumer.driver.ProducerImpl.getPortletDescription(ProducerImpl.java:521) > > at > org.apache.cocoon.portal.wsrp.adapter.WSRPAdapter.getSimplePortletWindowSession(WSRPAdapter.java:522) > > at > org.apache.cocoon.portal.wsrp.adapter.WSRPAdapter.login(WSRPAdapter.java:369) > > at > org.apache.cocoon.portal.profile.impl.GroupBasedProfileManager.prepareObject(GroupBasedProfileManager.java:206) > > at > org.apache.cocoon.portal.profile.impl.GroupBasedProfileManager.getCopletInstanceDatas(GroupBasedProfileManager.java:527) > > at > org.apache.cocoon.portal.profile.impl.GroupBasedProfileManager.loadProfile(GroupBasedProfileManager.java:411) > > at > org.apache.cocoon.portal.profile.impl.GroupBasedProfileManager.getPortalLayout(GroupBasedProfileManager.java:354) > > at > org.apache.cocoon.portal.profile.impl.GroupBasedProfileManager.login(GroupBasedProfileManager.java:229) > > at > org.osoco.cowarp.portal.StandardPortalApplication.userDidLogin(StandardPortalApplication.java:71) > > at java.lang.reflect.Method.invoke(Native Method) > at > org.apache.avalon.excalibur.component.ComponentProxyGenerator$ComponentInvocationHandler.invoke(ComponentProxyGenerator.java:143) > > at $Proxy20.userDidLogin(Unknown Source) > at > org.osoco.cowarp.impl.StandardApplicationManager.login(StandardApplicationManager.java:219) > > at java.lang.reflect.Method.invoke(Native Method) > at > org.apache.avalon.excalibur.component.ComponentProxyGenerator$ComponentInvocationHandler.invoke(ComponentProxyGenerator.java:143) > > at $Proxy18.login(Unknown Source) > at org.osoco.cowarp.acting.LoginAction.act(LoginAction.java:61) > >