[OFBiz] SVN: r5645 - trunk/framework/entityext/servicedef

jonesde at svn.ofbiz.org jonesde at svn.ofbiz.org
Mon Sep 5 18:04:32 EDT 2005


Author: jonesde
Date: 2005-09-05 17:04:28 -0500 (Mon, 05 Sep 2005)
New Revision: 5645

Modified:
   trunk/framework/entityext/servicedef/services.xml
Log:
Added comment about default fileName for offline entity sync

Modified: trunk/framework/entityext/servicedef/services.xml
===================================================================
--- trunk/framework/entityext/servicedef/services.xml	2005-09-05 12:02:21 UTC (rev 5644)
+++ trunk/framework/entityext/servicedef/services.xml	2005-09-05 22:04:28 UTC (rev 5645)
@@ -196,7 +196,7 @@
     <service name="runOfflineEntitySync" engine="java"
             location="org.ofbiz.entityext.synchronization.EntitySyncServices" invoke="runOfflineEntitySync" auth="true" use-transaction="false">
         <attribute name="entitySyncId" type="String" mode="IN" optional="false"/>
-        <attribute name="fileName" type="String" mode="IN" optional="true"/>
+        <attribute name="fileName" type="String" mode="IN" optional="true"><!-- if not specified defaults to "offline_entitySync-" + entitySyncId + "-" + [current date/time in yyyyMMddHHmmss format] + ".xml" --></attribute>
     </service>
     <service name="loadOfflineEntitySyncData" engine="java"
             location="org.ofbiz.entityext.synchronization.EntitySyncServices" invoke="loadOfflineSyncData" auth="true" use-transaction="false">



More information about the Svn mailing list