svn commit: r981173 - /ofbiz/trunk/specialpurpose/ebaystore/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: r981173 - /ofbiz/trunk/specialpurpose/ebaystore/servicedef/services.xml

lektran
Author: lektran
Date: Sun Aug  1 08:51:28 2010
New Revision: 981173

URL: http://svn.apache.org/viewvc?rev=981173&view=rev
Log:
Remove duplicate service definition, removed the one that was defined first so the existing behaviour is maintained.

Modified:
    ofbiz/trunk/specialpurpose/ebaystore/servicedef/services.xml

Modified: ofbiz/trunk/specialpurpose/ebaystore/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/servicedef/services.xml?rev=981173&r1=981172&r2=981173&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebaystore/servicedef/services.xml (original)
+++ ofbiz/trunk/specialpurpose/ebaystore/servicedef/services.xml Sun Aug  1 08:51:28 2010
@@ -408,21 +408,6 @@ under the License.
         <attribute name="productListingId" mode="IN" type="String" optional="false"/>
         <attribute name="attributeMapList" mode="IN" type="java.util.HashMap" optional="false"/>
     </service>
-    <service name="getMyeBaySelling" engine="java" transaction-timeout="3600"
-        location="org.ofbiz.ebaystore.EbayStore" invoke="getMyeBaySelling" auth="true">
-        <attribute name="productStoreId" mode="IN" type="String" optional="false"/>
-        <attribute name="entriesPerPage" mode="IN" type="String" optional="true"/>
-        <attribute name="pageNumber" mode="IN" type="String" optional="true"/>
-        <attribute name="listingType" mode="IN" type="String" optional="true"/>
-        <attribute name="activeItems" mode="OUT" type="List" optional="true"/>
-        <attribute name="soldItems" mode="OUT" type="List" optional="true"/>
-        <attribute name="unsoldItems" mode="OUT" type="List" optional="true"/>
-        <attribute name="scheduledItems" mode="OUT" type="List" optional="true"/>
-        <attribute name="activeSize" mode="OUT" type="Integer" optional="true"/>
-        <attribute name="soldSize" mode="OUT" type="Integer" optional="true"/>
-        <attribute name="unsoldeSize" mode="OUT" type="Integer" optional="true"/>
-        <attribute name="scheduledSize" mode="OUT" type="Integer" optional="true"/>
-    </service>
     <service name="autoRelistingItems" engine="java" transaction-timeout="7200"
         location="org.ofbiz.ebaystore.EbayStoreAutoPreferences" invoke="autoRelistingItems" auth="false">
         <description>Automatic service to re-listing items when They are end item</description>