Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 21636 invoked from network); 13 Apr 2008 17:14:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Apr 2008 17:14:15 -0000 Received: (qmail 41299 invoked by uid 500); 13 Apr 2008 17:14:13 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 41280 invoked by uid 500); 13 Apr 2008 17:14:13 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 41269 invoked by uid 99); 13 Apr 2008 17:14:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Apr 2008 10:14:13 -0700 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 antonio.petrelli@gmail.com designates 74.125.46.31 as permitted sender) Received: from [74.125.46.31] (HELO yw-out-2324.google.com) (74.125.46.31) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Apr 2008 17:13:31 +0000 Received: by yw-out-2324.google.com with SMTP id 5so512517ywh.17 for ; Sun, 13 Apr 2008 10:12:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=pAfk6fBZtt+cVQ35YRFQ/XEt/5v+qwMolqHglQQZoBI=; b=i8mVhSxNgEgwfKbHibhUVV/MzoW3nCBXZOGABpcfYV9ZyXAt2xYp6oEpqxoLvz6/HBUObUJP1mViFwO/WLTuPPCG9v1fVhu8tJYGJ3bujRLvt4YKqKh197Vf1brzFaTChBGJDuVAT3ne89oB977ZU4iTSxCgsAUyI+A2E+Eq27M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ue9GTrmVoph3AJWgDS7CTIm3y4zuwtrt13+tzPmQdc9O9QedQz2Bqxq8ZzflqD6vU+kX4BI+QEfP0Valo85uuY8dH0L+kmlWAYup8WNj3G09bYhkNNXXHl7AhHS/aAtrVWpqyiTJBmBPzI0UFiAeVOYEetMtNKe/fbU+tIRw0wk= Received: by 10.151.108.17 with SMTP id k17mr5275197ybm.75.1208106157499; Sun, 13 Apr 2008 10:02:37 -0700 (PDT) Received: by 10.150.57.13 with HTTP; Sun, 13 Apr 2008 10:02:37 -0700 (PDT) Message-ID: Date: Sun, 13 Apr 2008 19:02:37 +0200 From: "Antonio Petrelli" To: "Struts Developers List" Subject: Re: [S1] Heads up: Incompatible change in Struts 1.3.6 (WAS: Re: 2.1 build - Possible problem) In-Reply-To: <55afdc850804121756m41b41886w5e5e68f1b8b41842@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <55afdc850804121756m41b41886w5e5e68f1b8b41842@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org 2008/4/13, Niall Pemberton : > On Thu, Apr 10, 2008 at 9:23 AM, Antonio Petrelli > wrote: > > Hi all, > > It seems that Al Sutton found an incompatible change in Struts 1.3. The > > following issue added an incompatible change to Struts 1.3: > > https://issues.apache.org/struts/browse/STR-2864 > > > > This leads to a compilation error for S2/S1 plugin: > > https://issues.apache.org/struts/browse/WW-2586 > > > > In the "ModuleConfig" interface has been introduced the "findActionConfigId" > > method. Extending classes, like: > > http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/struts1/src/main/java/org/apache/struts2/s1/WrapperModuleConfig.java > > cannot be built over a generic Struts 1.3.x version. > > > Why not, just need to add that method to the WrapperModuleConfig - it > should only be called if a Struts 1.3.6 or later is used. Well, it is exactly the opposite: only Struts 1.3.6 or later calls that method. Anyway, implementing it does not harm anything, you are right Niall. Well, never mind :-) Thanks Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org