Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 14149 invoked from network); 11 Jun 2008 15:39:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2008 15:39:18 -0000 Received: (qmail 71249 invoked by uid 500); 11 Jun 2008 15:39:20 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 71133 invoked by uid 500); 11 Jun 2008 15:39:20 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 71124 invoked by uid 99); 11 Jun 2008 15:39:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2008 08:39:20 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2008 15:38:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 893BB23889BA; Wed, 11 Jun 2008 08:38:27 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r666710 - in /cxf/branches/2.0.x-fixes: ./ rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java Date: Wed, 11 Jun 2008 15:38:27 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080611153827.893BB23889BA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Wed Jun 11 08:38:27 2008 New Revision: 666710 URL: http://svn.apache.org/viewvc?rev=666710&view=rev Log: Merged revisions 666089 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r666089 | bharath | 2008-06-10 08:47:54 -0400 (Tue, 10 Jun 2008) | 2 lines [CXF-1640] Removal of all Client EndpointPolicy entries while the corresponding server endpoint is stopped. ........ Modified: cxf/branches/2.0.x-fixes/ (props changed) cxf/branches/2.0.x-fixes/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java Propchange: cxf/branches/2.0.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.0.x-fixes/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java URL: http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java?rev=666710&r1=666709&r2=666710&view=diff ============================================================================== --- cxf/branches/2.0.x-fixes/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java (original) +++ cxf/branches/2.0.x-fixes/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java Wed Jun 11 08:38:27 2008 @@ -545,6 +545,7 @@ public void stopServer(Server server) { EndpointInfo ei = server.getEndpoint().getEndpointInfo(); serverEndpointInfo.remove(ei); + clientEndpointInfo.remove(ei); /** * While cleaning up the entries of requestInfo's, responseInfo's and faultInfo's map, we create