Author: bendewey
Date: Tue Aug 11 02:34:13 2009
New Revision: 802980
URL: http://svn.apache.org/viewvc?rev=802980&view=rev
Log:
Fixed OrderProcessor implementation namespace that was missing 'stonehenge.'
on contrib/stocktrader/metro
Modified:
incubator/stonehenge/contrib/stocktrader/metro/order_processor/etc/sun-jaxws.xml
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=802980&r1=802979&r2=802980&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
Tue Aug 11 02:34:13 2009
@@ -51,7 +51,7 @@
<endpoint
name="OrderProcessor"
interface="org.tempuri.OrderProcessorService"
- implementation="org.apache.stocktrader.service.OrderProcessorImpl"
+
implementation="org.apache.stonehenge.stocktrader.service.OrderProcessorImpl"
wsdl="OrderProcessor.wsdl"
service="{http://tempuri.org/}OrderProcessor"
port="{http://tempuri.org/}BasicHttpBinding_OrderProcessorService"