svn commit: r755830 - in /ofbiz/trunk/applications/manufacturing/servicedef: services_production_run.xml services_routing.xml

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

svn commit: r755830 - in /ofbiz/trunk/applications/manufacturing/servicedef: services_production_run.xml services_routing.xml

ashish-18
Author: ashish
Date: Thu Mar 19 04:26:20 2009
New Revision: 755830

URL: http://svn.apache.org/viewvc?rev=755830&view=rev
Log: (empty)

Modified:
    ofbiz/trunk/applications/manufacturing/servicedef/services_production_run.xml
    ofbiz/trunk/applications/manufacturing/servicedef/services_routing.xml

Modified: ofbiz/trunk/applications/manufacturing/servicedef/services_production_run.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/servicedef/services_production_run.xml?rev=755830&r1=755829&r2=755830&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/servicedef/services_production_run.xml (original)
+++ ofbiz/trunk/applications/manufacturing/servicedef/services_production_run.xml Thu Mar 19 04:26:20 2009
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8" ?>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file

Modified: ofbiz/trunk/applications/manufacturing/servicedef/services_routing.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/servicedef/services_routing.xml?rev=755830&r1=755829&r2=755830&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/servicedef/services_routing.xml (original)
+++ ofbiz/trunk/applications/manufacturing/servicedef/services_routing.xml Thu Mar 19 04:26:20 2009
@@ -42,7 +42,7 @@
         <attribute name="sequenceNumNotOk" type="String" mode="OUT" optional="false"/>
     </service>
     <service name="getProductRouting" engine="simple" auth="true"
-                location="org/ofbiz/manufacturing/routing/RoutingServices.xml" invoke="getProductRouting">
+                location="component://manufacturing/script/org/ofbiz/manufacturing/routing/RoutingServices.xml" invoke="getProductRouting">
         <description>Get the product's routing and routing tasks</description>
         <attribute mode="IN" name="productId" optional="false" type="String"/>
         <attribute mode="IN" name="workEffortId" optional="true" type="String"/>
@@ -52,7 +52,7 @@
         <attribute mode="OUT" name="tasks" type="java.util.List" optional="true"/>
     </service>
     <service name="getRoutingTaskAssocs" engine="simple" auth="true"
-                location="org/ofbiz/manufacturing/routing/RoutingServices.xml" invoke="getRoutingTaskAssocs">
+                location="component://manufacturing/script/org/ofbiz/manufacturing/routing/RoutingServices.xml" invoke="getRoutingTaskAssocs">
         <description>Get the routing task assocs of a given routing</description>
         <attribute mode="IN" name="workEffortId" optional="false" type="String"/>
         <attribute mode="OUT" name="routingTaskAssocs" type="java.util.List" optional="true"/>