Author: jleroux
Date: Thu Mar 19 11:56:21 2009
New Revision: 755948
URL:
http://svn.apache.org/viewvc?rev=755948&view=revLog:
googleCheckout component
Following best practice.
Changed location="org/ofbiz/......... to location="component:// in the service location attribute.
Modified:
ofbiz/trunk/specialpurpose/googleCheckout/servicedef/services.xml
Modified: ofbiz/trunk/specialpurpose/googleCheckout/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googleCheckout/servicedef/services.xml?rev=755948&r1=755947&r2=755948&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/googleCheckout/servicedef/services.xml (original)
+++ ofbiz/trunk/specialpurpose/googleCheckout/servicedef/services.xml Thu Mar 19 11:56:21 2009
@@ -22,18 +22,18 @@
xsi:noNamespaceSchemaLocation="
http://ofbiz.apache.org/dtds/services.xsd">
<service name="ConvertOfbizCartToGoogle" engine="simple" invoke="ConvertOfbizCartToGoogle"
- location="org/ofbiz/googleCheckout/ShoppingCartServices.xml">
+ location="component://googleCheckout/script/org/ofbiz/googleCheckout/ShoppingCartServices.xml">
<attribute name="shoppingCart" type="org.ofbiz.order.shoppingcart.ShoppingCart" mode="IN" optional="false"/>
<attribute name="googleCart" mode="OUT" type="Map" optional="false"/>
<attribute name="flowSupport" mode="OUT" type="Map" optional="false"/>
<attribute name="sendInitialAuthDetails" mode="OUT" type="Boolean" optional="false"/>
</service>
<service name="createXMLOutput" engine="simple" invoke="createXMLOutput"
- location="org/ofbiz/googleCheckout/PrepareXMLTemplate.xml">
+ location="component://googleCheckout/script/org/ofbiz/googleCheckout/PrepareXMLTemplate.xml">
<attribute name="shoppingCart" type="org.ofbiz.order.shoppingcart.ShoppingCart" mode="IN" optional="false"/>
</service>
<service name="transmitRequest" engine="simple" invoke="transmitRequest"
- location="org/ofbiz/googleCheckout/PrepareXMLTemplate.xml">
+ location="component://googleCheckout/script/org/ofbiz/googleCheckout/PrepareXMLTemplate.xml">
<attribute name="shoppingCart" type="org.ofbiz.order.shoppingcart.ShoppingCart" mode="IN" optional="false"/>
<attribute name="redirect" mode="OUT" type="String" optional="false"/>
</service>