Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 43286 invoked from network); 26 Apr 2010 09:28:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Apr 2010 09:28:41 -0000 Received: (qmail 17537 invoked by uid 500); 26 Apr 2010 09:28:41 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 17273 invoked by uid 500); 26 Apr 2010 09:28:40 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 17264 invoked by uid 99); 26 Apr 2010 09:28:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 09:28:40 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,MIME_QP_LONG_LINE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [83.169.24.34] (HELO vwp4042.webpack.hosteurope.de) (83.169.24.34) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 09:28:31 +0000 Received: from dslb-092-072-218-099.pools.arcor-ip.net ([92.72.218.99] helo=[192.168.2.113]); authenticated by vwp4042.webpack.hosteurope.de running ExIM with esmtpsa (TLSv1:RC4-SHA:128) id 1O6Kbq-0004dH-Mt; Mon, 26 Apr 2010 11:28:10 +0200 Message-Id: From: =?ISO-8859-1?Q?Peter_Ro=DFbach?= To: "Tomcat Developers List" In-Reply-To: <20100423150958.6FCCB23889B6@eris.apache.org> Content-Type: multipart/alternative; boundary=Apple-Mail-2--238369905 Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: svn commit: r937325 - in /tomcat/trunk/java/org/apache: catalina/ha/session/DeltaManager.java el/lang/ExpressionBuilder.java Date: Mon, 26 Apr 2010 11:28:09 +0200 References: <20100423150958.6FCCB23889B6@eris.apache.org> X-Mailer: Apple Mail (2.936) X-bounce-key: webpack.hosteurope.de;pr@objektpark.de;1272274111;9ace5242; X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-2--238369905 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Hi Mark, bad fix! The method getValves() only exists at CatalinaCluster! peter Am 23.04.2010 um 17:09 schrieb markt@apache.org: > Modified: tomcat/trunk/java/org/apache/catalina/ha/session/ > DeltaManager.java > URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java?rev=937325&r1=937324&r2=937325&view=diff > = > = > = > = > = > = > = > = > ====================================================================== > --- tomcat/trunk/java/org/apache/catalina/ha/session/ > DeltaManager.java (original) > +++ tomcat/trunk/java/org/apache/catalina/ha/session/ > DeltaManager.java Fri Apr 23 15:09:58 2010 > @@ -882,7 +882,7 @@ public class DeltaManager extends Cluste > if(replicationValve == null) { > if(container instanceof StandardContext && > ((StandardContext)container).getCrossContext()) { > Cluster cluster = getCluster() ; > - if(cluster != null && cluster instanceof > CatalinaCluster) { > + if(cluster != null) { > Valve[] valves = > ((CatalinaCluster)cluster).getValves(); > if(valves != null && valves.length > 0) { > for(int i=0; replicationValve == null && i < > valves.length ; i++ ){ --Apple-Mail-2--238369905--