svn commit: r1080960 - /ofbiz/trunk/applications/product/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: r1080960 - /ofbiz/trunk/applications/product/servicedef/services.xml

jleroux@apache.org
Author: jleroux
Date: Sat Mar 12 18:20:34 2011
New Revision: 1080960

URL: http://svn.apache.org/viewvc?rev=1080960&view=rev
Log:
Add export=true to findProductById at Mansour's demand

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

Modified: ofbiz/trunk/applications/product/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services.xml?rev=1080960&r1=1080959&r2=1080960&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services.xml Sat Mar 12 18:20:34 2011
@@ -205,7 +205,7 @@ under the License.
         <auto-attributes mode="IN" include="nonpk" optional="true"/>
     </service>
 
-    <service name="findProductById" engine="java"  auth="true"
+    <service name="findProductById" engine="java"  auth="true" export="true"
         location="org.ofbiz.product.product.ProductServices" invoke="findProductById">
         <description>Finds productId(s) corresponding to a product reference, productId or a GoodIdentification idValue</description>
         <attribute type="String" mode="IN" name="idToFind" optional="false"/>