Author: bendewey
Date: Thu Aug 6 04:46:03 2009
New Revision: 801509
URL: http://svn.apache.org/viewvc?rev=801509&view=rev
Log:
STONEHENGE-90, part2. I had to change the implementation to use the new
org.apache.stonehenge... instance. Also removed the old wso2 package.
Removed:
incubator/stonehenge/contrib/stocktrader/metro/business_service/src/org/wso2/
Modified:
incubator/stonehenge/contrib/stocktrader/metro/business_service/etc/sun-jaxws.xml
incubator/stonehenge/contrib/stocktrader/metro/order_processor/etc/sun-jaxws.xml
Modified:
incubator/stonehenge/contrib/stocktrader/metro/business_service/etc/sun-jaxws.xml
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/contrib/stocktrader/metro/business_service/etc/sun-jaxws.xml?rev=801509&r1=801508&r2=801509&view=diff
==============================================================================
---
incubator/stonehenge/contrib/stocktrader/metro/business_service/etc/sun-jaxws.xml
(original)
+++
incubator/stonehenge/contrib/stocktrader/metro/business_service/etc/sun-jaxws.xml
Thu Aug 6 04:46:03 2009
@@ -41,7 +41,7 @@
<endpoint
name="TradeServiceWsas"
interface="org.tempuri.ITradeServices"
- implementation="org.wso2.stocktrader.services.TradeServiceImpl"
+
implementation="org.apache.stonehenge.stocktrader.services.TradeServiceImpl"
wsdl="TradeServiceWsas.wsdl"
service="{http://tempuri.org/}TradeServiceWsas"
port="{http://tempuri.org/}BasicHttpBinding_ITradeServices"
Modified:
incubator/stonehenge/contrib/stocktrader/metro/order_processor/etc/sun-jaxws.xml
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/contrib/stocktrader/metro/order_processor/etc/sun-jaxws.xml?rev=801509&r1=801508&r2=801509&view=diff
==============================================================================
---
incubator/stonehenge/contrib/stocktrader/metro/order_processor/etc/sun-jaxws.xml
(original)
+++
incubator/stonehenge/contrib/stocktrader/metro/order_processor/etc/sun-jaxws.xml
Thu Aug 6 04:46:03 2009
@@ -41,7 +41,7 @@
<endpoint
name="OrderProcessorSec"
interface="org.tempuri.OrderProcessorService"
- implementation="org.wso2.stocktrader.service.OrderProcessorImpl"
+
implementation="org.apache.stonehenge.stocktrader.service.OrderProcessorImpl"
wsdl="OrderProcessor.wsdl"
service="{http://tempuri.org/}OrderProcessor"
port="{http://tempuri.org/}CustomBinding_OrderProcessorService"
@@ -51,7 +51,7 @@
<endpoint
name="OrderProcessor"
interface="org.tempuri.OrderProcessorService"
- implementation="org.wso2.stocktrader.service.OrderProcessorImpl"
+ implementation="org.apache.stocktrader.service.OrderProcessorImpl"
wsdl="OrderProcessor.wsdl"
service="{http://tempuri.org/}OrderProcessor"
port="{http://tempuri.org/}BasicHttpBinding_OrderProcessorService"