You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Martin Becker (JIRA)" <ji...@apache.org> on 2018/08/20 11:45:00 UTC

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

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)