[jira] [Updated] (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] [Updated] (OFBIZ-10533) Seed data sequence bug regarding "MIDNIGHT_DAILY" TemporalExpression

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-10533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Becker updated OFBIZ-10533:
----------------------------------
    Attachment: OFBIZ-10533_TemporalExpression-MIDNIGHT_DAILY.patch

> 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
>            Priority: Minor
>         Attachments: OFBIZ-10533_TemporalExpression-MIDNIGHT_DAILY.patch
>
>
> 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)