Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0044963 | Openbravo ERP | A. Platform | public | 2020-09-02 10:00 | 2020-09-07 12:00 |
|
Reporter | cberner | |
Assigned To | cberner | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | PR20Q4 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0044963: Change quartz.properties to be a .template instead of a versioned file |
Description | quartz.properties is currently versioned in Openbravo, that shouldn't be the case for a properties file. It should be changed to quartz.properties.template and dealt the same as Openbravo.properties.
ant setup should be updated and also a module script created to create this file when changing to an older version. |
Steps To Reproduce | In description. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0041484 | | closed | cberner | make job scheduling clusterizable |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2020-09-02 10:00 | cberner | New Issue | |
2020-09-02 10:00 | cberner | Assigned To | => cberner |
2020-09-02 10:00 | cberner | Modules | => Core |
2020-09-02 10:00 | cberner | Triggers an Emergency Pack | => No |
2020-09-02 12:02 | hgbot | Note Added: 0122545 | |
2020-09-03 06:53 | alostale | Relationship added | related to 0044952 |
2020-09-03 06:54 | alostale | Relationship deleted | related to 0044952 |
2020-09-03 06:54 | alostale | Relationship added | related to 0041484 |
2020-09-07 07:38 | hgbot | Resolution | open => fixed |
2020-09-07 07:38 | hgbot | Status | new => closed |
2020-09-07 07:38 | hgbot | Note Added: 0122707 | |
2020-09-07 07:38 | hgbot | Fixed in Version | => PR20Q4 |
2020-09-07 07:38 | hgbot | Note Added: 0122708 | |
2020-09-07 07:38 | hgbot | Note Added: 0122709 | |
2020-09-07 12:02 | hgbot | Note Added: 0122743 | |
Notes |
|
(0122545)
|
hgbot
|
2020-09-02 12:02
|
|
|
|
(0122707)
|
hgbot
|
2020-09-07 07:38
|
|
|
|
(0122708)
|
hgbot
|
2020-09-07 07:38
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: c6c6ecc44ae3885b2da0572c3c2e1265d558f608
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 2020-09-07T05:38:31+00:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/c6c6ecc44ae3885b2da0572c3c2e1265d558f608 [^]
Fixes ISSUE-44963: Make quartz.properties a template file
quartz.properties is removed and a template file is created as it makes
more sense. This file has also been added to be copied in the setup ant
task.
In quartz.properties.template there are 2 different configurations, one
for non-clustered environment(default) and one commented-out for clustered environment.
A new module script has been created to handle recreation of this file
on previous versions.
---
A config/quartz.properties.template
A src-util/modulescript/build/classes/org/openbravo/modulescript/CreateMissingQuartzProperties.class
A src-util/modulescript/src/org/openbravo/modulescript/CreateMissingQuartzProperties.java
M .gitignore
M src/org/openbravo/configuration/ConfigurationApp.java
---
|
|
|
(0122709)
|
hgbot
|
2020-09-07 07:38
|
|
|
|
(0122743)
|
hgbot
|
2020-09-07 12:00
|
|
|