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

2018-12-08 Thread Michael Brohl (JIRA)


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

Michael Brohl updated OFBIZ-10533:
--
Affects Version/s: Release Branch 17.12
   Release Branch 16.11

> 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, Release Branch 16.11, Release Branch 17.12
>Reporter: Martin Becker
>Assignee: Michael Brohl
>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)


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

2018-08-20 Thread Martin Becker (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)