Author: ruwan
Date: Mon Oct 29 04:46:29 2007
New Revision: 589589

URL: http://svn.apache.org/viewvc?rev=589589&view=rev
Log:
changing the scope "client" to "axis2-client" in order for it to be meaning 
full, (as per the asankha's comment)

Modified:
    
webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/XMLConfigConstants.java

Modified: 
webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/XMLConfigConstants.java
URL: 
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/XMLConfigConstants.java?rev=589589&r1=589588&r2=589589&view=diff
==============================================================================
--- 
webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/XMLConfigConstants.java
 (original)
+++ 
webservices/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/XMLConfigConstants.java
 Mon Oct 29 04:46:29 2007
@@ -37,7 +37,7 @@
     /** The scope name for axis2 message context properties */
     public static final String SCOPE_AXIS2 = "axis2";
     /** The scope name for axis2 message context client options properties */
-    public static final String SCOPE_CLIENT = "client";
+    public static final String SCOPE_CLIENT = "axis2-client";
     /** The scope name for transport header properties */
     public static final String SCOPE_TRANSPORT = "transport";
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to