You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by sa...@apache.org on 2006/08/09 10:41:53 UTC

svn commit: r429993 - /incubator/synapse/trunk/java/modules/core/src/org/apache/synapse/config/xml/ProxyServiceFactory.java

Author: saminda
Date: Wed Aug  9 01:41:53 2006
New Revision: 429993

URL: http://svn.apache.org/viewvc?rev=429993&view=rev
Log:
url --> key

Modified:
    incubator/synapse/trunk/java/modules/core/src/org/apache/synapse/config/xml/ProxyServiceFactory.java

Modified: incubator/synapse/trunk/java/modules/core/src/org/apache/synapse/config/xml/ProxyServiceFactory.java
URL: http://svn.apache.org/viewvc/incubator/synapse/trunk/java/modules/core/src/org/apache/synapse/config/xml/ProxyServiceFactory.java?rev=429993&r1=429992&r2=429993&view=diff
==============================================================================
--- incubator/synapse/trunk/java/modules/core/src/org/apache/synapse/config/xml/ProxyServiceFactory.java (original)
+++ incubator/synapse/trunk/java/modules/core/src/org/apache/synapse/config/xml/ProxyServiceFactory.java Wed Aug  9 01:41:53 2006
@@ -97,7 +97,7 @@
             Object o = policies.next();
             if (o instanceof OMElement) {
                 OMElement policy = (OMElement) o;
-                OMAttribute url = policy.getAttribute(new QName(Constants.NULL_NAMESPACE, "url"));
+                OMAttribute url = policy.getAttribute(new QName(Constants.NULL_NAMESPACE, "key"));
                 if (url != null) {
                     try {
                         proxy.addServiceLevelPoliciy(new URL(url.getAttributeValue()));



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