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


Reply via email to