Author: hansbak
Date: Tue Aug 12 18:29:48 2008
New Revision: 685412
URL:
http://svn.apache.org/viewvc?rev=685412&view=revLog:
sheduled jobs should only load at initial load time otherwise they are duplicated at every seed load
Modified:
ofbiz/trunk/applications/party/ofbiz-component.xml
Modified: ofbiz/trunk/applications/party/ofbiz-component.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/ofbiz-component.xml?rev=685412&r1=685411&r2=685412&view=diff==============================================================================
--- ofbiz/trunk/applications/party/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/party/ofbiz-component.xml Tue Aug 12 18:29:48 2008
@@ -29,7 +29,7 @@
<entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/>
<entity-resource type="data" reader-name="seed" loader="main" location="data/PartyTypeData.xml"/>
<entity-resource type="data" reader-name="seed" loader="main" location="data/PartySecurityData.xml"/>
- <entity-resource type="data" reader-name="seed" loader="main" location="data/ScheduledJobs.xml"/>
+ <entity-resource type="data" reader-name="seed-initial" loader="main" location="data/ScheduledJobs.xml"/>
<service-resource type="model" loader="main" location="servicedef/services.xml"/>
<service-resource type="model" loader="main" location="servicedef/services_view.xml"/>
<service-resource type="eca" loader="main" location="servicedef/secas.xml"/>