svn commit: r755950 - /ofbiz/trunk/specialpurpose/hhfacility/servicedef/services_hhfacility.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r755950 - /ofbiz/trunk/specialpurpose/hhfacility/servicedef/services_hhfacility.xml

jleroux@apache.org
Author: jleroux
Date: Thu Mar 19 11:57:31 2009
New Revision: 755950

URL: http://svn.apache.org/viewvc?rev=755950&view=rev
Log:
hhfacility component
Following best practice.
Changed location="org/ofbiz/......... to location="component:// in the service location attribute.

Modified:
    ofbiz/trunk/specialpurpose/hhfacility/servicedef/services_hhfacility.xml

Modified: ofbiz/trunk/specialpurpose/hhfacility/servicedef/services_hhfacility.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/servicedef/services_hhfacility.xml?rev=755950&r1=755949&r2=755950&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/hhfacility/servicedef/services_hhfacility.xml (original)
+++ ofbiz/trunk/specialpurpose/hhfacility/servicedef/services_hhfacility.xml Thu Mar 19 11:57:31 2009
@@ -23,13 +23,13 @@
     <description>Handheld Facility Demo Services</description>
 
     <service name="tc_ProductExists" engine="simple"
-        location="org/ofbiz/hhfacility/FacilityServices.xml" invoke="tc_ProductExists">
+        location="component://hhfacility/script/org/ofbiz/hhfacility/FacilityServices.xml" invoke="tc_ProductExists">
         <description>Check Product exists</description>
         <attribute name="productId" type="String" mode="IN" optional="false"/>
     </service>
 
     <service name="tc_ReceiveProductQty" engine="simple"
-        location="org/ofbiz/hhfacility/FacilityServices.xml" invoke="tc_ReceiveProductQty">
+        location="component://hhfacility/script/org/ofbiz/hhfacility/FacilityServices.xml" invoke="tc_ReceiveProductQty">
         <description>Receive Product Qty to Facility</description>
         <attribute name="facilityId" type="String" mode="IN" optional="false"/>
         <attribute name="productId" type="String" mode="IN" optional="false"/>