Author: ruwan Date: Tue Nov 25 11:02:30 2008 New Revision: 24861 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=24861
Log: comment out the mercury stuff, for the time being Modified: branches/synapse/1.2.wso2v1/modules/samples/src/main/java/samples/userguide/StockQuoteClient.java Modified: branches/synapse/1.2.wso2v1/modules/samples/src/main/java/samples/userguide/StockQuoteClient.java URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.2.wso2v1/modules/samples/src/main/java/samples/userguide/StockQuoteClient.java?rev=24861&r1=24860&r2=24861&view=diff ============================================================================== --- branches/synapse/1.2.wso2v1/modules/samples/src/main/java/samples/userguide/StockQuoteClient.java (original) +++ branches/synapse/1.2.wso2v1/modules/samples/src/main/java/samples/userguide/StockQuoteClient.java Tue Nov 25 11:02:30 2008 @@ -32,8 +32,6 @@ import org.apache.neethi.Policy; import org.apache.neethi.PolicyEngine; import org.apache.rampart.RampartMessageData; -import org.apache.synapse.util.UUIDGenerator; -import org.wso2.mercury.util.MercuryClientConstants; import samples.common.StockQuoteHandler; import java.io.File; @@ -187,10 +185,10 @@ } if (Boolean.parseBoolean(wsrm)) { System.out.println("Using WS-RM"); - serviceClient.engageModule("Mercury"); - options.setProperty("MercuryLastMessage", Constants.VALUE_TRUE); - options.setProperty( - MercuryClientConstants.SEQUENCE_OFFER, UUIDGenerator.getUUID()); +// serviceClient.engageModule("Mercury"); +// options.setProperty("MercuryLastMessage", Constants.VALUE_TRUE); +// options.setProperty( +// MercuryClientConstants.SEQUENCE_OFFER, UUIDGenerator.getUUID()); } serviceClient.setOptions(options); _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
