workeffort services xml references non-existent createRateType service
---------------------------------------------------------------------- Key: OFBIZ-267 URL: http://issues.apache.org/jira/browse/OFBIZ-267 Project: OFBiz (The Open for Business Project) Issue Type: Bug Components: workeffort Affects Versions: SVN trunk Reporter: Marco Risaliti Priority: Minor There is this block of code in applications/workeffort/servicedef/services_timesheet.xml <!-- 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"/> <override name="fromDate" optional="true"/> </service> But there is no such method in RateServices.xml. Did someone forget to check it in? Also, fromDate is not a field of RateType. Should this service definition be removed?? Should this field be removed? Hi Si, I have searching into the source for createRateType service but apart what you have explain here there is any reference to this. Why don't we remove it from the services_timesheet.xml and than close this issue ? Thanks Marco -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ http://issues.apache.org/jira/browse/OFBIZ-267?page=all ]
Jacopo Cappellato closed OFBIZ-267. ----------------------------------- Resolution: Fixed Ok, I've removed the service definition in rev. 446830 > workeffort services xml references non-existent createRateType service > ---------------------------------------------------------------------- > > Key: OFBIZ-267 > URL: http://issues.apache.org/jira/browse/OFBIZ-267 > Project: OFBiz (The Open for Business Project) > Issue Type: Bug > Components: workeffort > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Priority: Minor > > There is this block of code in applications/workeffort/servicedef/services_timesheet.xml > <!-- 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"/> > <override name="fromDate" optional="true"/> > </service> > But there is no such method in RateServices.xml. Did someone forget to check it in? > Also, fromDate is not a field of RateType. > Should this service definition be removed?? Should this field be removed? > Hi Si, > I have searching into the source for createRateType service but apart what you have explain here there is any reference to this. > Why don't we remove it from the services_timesheet.xml and than close this issue ? > Thanks > Marco -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |