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

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

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

jleroux@apache.org
Author: jleroux
Date: Mon Sep 26 12:23:26 2016
New Revision: 1762331

URL: http://svn.apache.org/viewvc?rev=1762331&view=rev
Log:
Fixes: Unable to run service findContentParents from webtools
(OFBIZ-8322)

Steps to regenerate
1. Login into webtools application
2. Try to run service findContentParents after passing parameters
3. Cannot find service error occurs.


Thanks: Tanmay Muley for the patch

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=1762331&r1=1762330&r2=1762331&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/content/servicedef/services.xml Mon Sep 26 12:23:26 2016
@@ -391,7 +391,7 @@
 
     <service name="findContentParents" engine="java"
         transaction-timeout="7200"
-            location="org.apache.ofbiz.content.ContentServices" invoke="findContentParents" auth="true">
+            location="org.apache.ofbiz.content.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"/>