Details
Description
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.
Thanks Martin,
your fix is in trunk r1848449
and backported to
release branch 17.12 r1848450
release branch 16.11 r1848451