[jira] [Created] (OFBIZ-10533) Seed data sequence bug regarding "MIDNIGHT_DAILY" TemporalExpression

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

[jira] [Created] (OFBIZ-10533) Seed data sequence bug regarding "MIDNIGHT_DAILY" TemporalExpression

Nicolas Malin (Jira)
Martin Becker created OFBIZ-10533:
-------------------------------------

             Summary: Seed data sequence bug regarding "MIDNIGHT_DAILY" TemporalExpression
                 Key: OFBIZ-10533
                 URL: https://issues.apache.org/jira/browse/OFBIZ-10533
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: Trunk
            Reporter: Martin Becker


Module framework/service:

The TemporalExpression for "MIDNIGHT_DAILY" has to be loaded as seed data instead of initial-seed data to be available for other seed-initial usages of this TemporalExpression.
For example the "cleanSyncRemoveInfo" service is scheduled via seed-inital data in EntityScheduledServices.xml using this TemporalExpression, which is not available while initializing a fresh database because it is loaded as initial-seed data from framework/services/data/SchedulesServices.xml after EntityScheduledServices.xml.

So i moved this TemporalExpression to the other TemporalExpression seed data in ServiceSeedData.xml.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)