You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2009/04/15 20:08:18 UTC

svn commit: r765288 - /ofbiz/trunk/applications/workeffort/servicedef/services.xml

Author: adrianc
Date: Wed Apr 15 18:08:18 2009
New Revision: 765288

URL: http://svn.apache.org/viewvc?rev=765288&view=rev
Log:
Fixed a problem with the indexWorkEffortKeywords service - reported in https://issues.apache.org/jira/browse/OFBIZ-2268.

Modified:
    ofbiz/trunk/applications/workeffort/servicedef/services.xml

Modified: ofbiz/trunk/applications/workeffort/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/servicedef/services.xml?rev=765288&r1=765287&r2=765288&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/workeffort/servicedef/services.xml Wed Apr 15 18:08:18 2009
@@ -568,7 +568,7 @@
                 location="component://workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml" invoke="indexWorkEffortKeywords">
         <description>Index the Keywords for a WorkEffort</description>
         <attribute name="workEffortId" type="String" mode="IN" optional="false"/>
-        <attribute name="workEffortInstance" type="GenericValue" mode="IN" optional="true"/>
+        <attribute name="workEffortInstance" type="org.ofbiz.entity.GenericValue" mode="IN" optional="true"/>
     </service>
     <service name="createWorkEffortKeyword" default-entity-name="WorkEffortKeyword" engine="simple"
                 location="component://workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml" invoke="createWorkEffortKeyword" auth="true">