From 916f7b5c6b69acda0a9a1cf9a87030dbda8cb087 Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 4 Feb 2010 21:41:48 +0000 Subject: started causing spurious compilation error so remove for now as it doesn't do anything yet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906670 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/tuscany/sca/binding/ws/axis2/Axis2EngineIntegration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-java-2.x/trunk/modules') diff --git a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/Axis2EngineIntegration.java b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/Axis2EngineIntegration.java index 525250a43b..5ee93022bb 100644 --- a/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/Axis2EngineIntegration.java +++ b/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/src/main/java/org/apache/tuscany/sca/binding/ws/axis2/Axis2EngineIntegration.java @@ -280,7 +280,7 @@ public class Axis2EngineIntegration { for (PolicyProvider pp : endpoint.getPolicyProviders()) { // we probably want to pass the whole provider in here // so that the policy providers can get at the rampart configuration - pp.configureBinding(configContext); + //pp.configureBinding(configContext); } // Apply the configuration from the mayProvides intents -- cgit v1.2.3