You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by az...@apache.org on 2006/10/10 19:39:44 UTC

svn commit: r454845 - /webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/PolicyInclude.java

Author: azeez
Date: Tue Oct 10 10:39:44 2006
New Revision: 454845

URL: http://svn.apache.org/viewvc?view=rev&rev=454845
Log:
Remove policy entry from the PolicyRegistry

Modified:
    webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/PolicyInclude.java

Modified: webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/PolicyInclude.java
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/PolicyInclude.java?view=diff&rev=454845&r1=454844&r2=454845
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/PolicyInclude.java (original)
+++ webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/PolicyInclude.java Tue Oct 10 10:39:44 2006
@@ -339,7 +339,8 @@
 	
 	public void removePolicyElement(String policyURI) {
 		wrapperElements.remove(policyURI);
-	}
+        reg.remove(policyURI);
+    }
 
     public void removeAllPolicyElements(){
         wrapperElements.clear();



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org