Author: jacopoc
Date: Sat Sep 16 01:35:59 2006
New Revision: 446830

URL: http://svn.apache.org/viewvc?view=rev&rev=446830
Log:
Removed invalid service definition: the "createRateType" service doesn't 
actaully exist (and it's never invoked).
OFBIZ-267

Modified:
    
incubator/ofbiz/trunk/applications/workeffort/servicedef/services_timesheet.xml

Modified: 
incubator/ofbiz/trunk/applications/workeffort/servicedef/services_timesheet.xml
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/workeffort/servicedef/services_timesheet.xml?view=diff&rev=446830&r1=446829&r2=446830
==============================================================================
--- 
incubator/ofbiz/trunk/applications/workeffort/servicedef/services_timesheet.xml 
(original)
+++ 
incubator/ofbiz/trunk/applications/workeffort/servicedef/services_timesheet.xml 
Sat Sep 16 01:35:59 2006
@@ -137,14 +137,6 @@
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
 
-    <!-- RateType Services -->
-    <service name="createRateType" default-entity-name="RateType" 
engine="simple" auth="true"
-        location="org/ofbiz/workeffort/timesheet/RateServices.xml" 
invoke="createRateType">
-        <description>Creates RateType</description>
-        <auto-attributes include="pk" mode="IN" optional="false"/>
-        <auto-attributes include="nonpk" mode="IN" optional="true"/>
-    </service>
-    
     <!-- WorkEffortAssignmentRate Services -->
     <service name="createWorkEffortAssignmentRate" 
default-entity-name="WorkEffortAssignmentRate" engine="simple" auth="true"
         location="org/ofbiz/workeffort/timesheet/RateServices.xml" 
invoke="createWorkEffortAssignmentRate">


Reply via email to