You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2012/07/17 02:14:29 UTC

svn commit: r1362323 - /servicemix/components/trunk/bindings/servicemix-cxf-bc/src/test/java/org/apache/servicemix/cxfbc/interceptors/StockQuoteReporterRPCImpl.java

Author: ffang
Date: Tue Jul 17 00:14:28 2012
New Revision: 1362323

URL: http://svn.apache.org/viewvc?rev=1362323&view=rev
Log:
fix wrong wsdlLocation

Modified:
    servicemix/components/trunk/bindings/servicemix-cxf-bc/src/test/java/org/apache/servicemix/cxfbc/interceptors/StockQuoteReporterRPCImpl.java

Modified: servicemix/components/trunk/bindings/servicemix-cxf-bc/src/test/java/org/apache/servicemix/cxfbc/interceptors/StockQuoteReporterRPCImpl.java
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-cxf-bc/src/test/java/org/apache/servicemix/cxfbc/interceptors/StockQuoteReporterRPCImpl.java?rev=1362323&r1=1362322&r2=1362323&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-cxf-bc/src/test/java/org/apache/servicemix/cxfbc/interceptors/StockQuoteReporterRPCImpl.java (original)
+++ servicemix/components/trunk/bindings/servicemix-cxf-bc/src/test/java/org/apache/servicemix/cxfbc/interceptors/StockQuoteReporterRPCImpl.java Tue Jul 17 00:14:28 2012
@@ -25,7 +25,7 @@ import org.apache.cxf.common.logging.Log
                 targetNamespace = "http://servicemix.apache.org/cxfbc/interceptors",
                 portName = "StockQuoteReporterRPCPort",
                 serviceName = "StockQuoteReporterRPCService",
-                wsdlLocation = "C:/fuse-esb-3.3.0.6/examples/cxf-java-first-rpc/cxf-server-rpc/src/main/resources/quote.wsdl")
+                wsdlLocation = "org/apache/servicemix/cxfbc/interceptors/quote.wsdl")
 
 public class StockQuoteReporterRPCImpl implements QuoteReporterRPC {