You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/04/08 23:04:49 UTC

svn commit: r1738303 - /ofbiz/trunk/applications/content/servicedef/services.xml

Author: jleroux
Date: Fri Apr  8 21:04:49 2016
New Revision: 1738303

URL: http://svn.apache.org/viewvc?rev=1738303&view=rev
Log:
A patch from Wai for "code correction for service=findContentParents" https://issues.apache.org/jira/browse/OFBIZ-6997

jleroux: fixes the service location in def

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

Modified: ofbiz/trunk/applications/content/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/servicedef/services.xml?rev=1738303&r1=1738302&r2=1738303&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/content/servicedef/services.xml Fri Apr  8 21:04:49 2016
@@ -391,7 +391,7 @@
 
     <service name="findContentParents" engine="java"
         transaction-timeout="7200"
-            location="org.ofbiz.content.ContentManagementServices" invoke="findContentParents" auth="true">
+            location="org.ofbiz.content.ContentServices" invoke="findContentParents" auth="true">
         <attribute mode="IN" name="contentId" optional="false" type="String"/>
         <attribute mode="IN" name="contentAssocTypeId" optional="false" type="String"/>
         <attribute mode="IN" name="direction" optional="true" type="String"/>