Author: bharath
Date: Tue Jun 10 05:47:54 2008
New Revision: 666089
URL: http://svn.apache.org/viewvc?rev=666089&view=rev
Log:
[CXF-1640]
Removal of all Client EndpointPolicy entries while the corresponding server
endpoint is stopped.
Modified:
cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java
Modified:
cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java?rev=666089&r1=666088&r2=666089&view=diff
==============================================================================
---
cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java
(original)
+++
cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java
Tue Jun 10 05:47:54 2008
@@ -546,6 +546,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