Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0042035 | Openbravo ERP | A. Platform | public | 2019-10-16 10:15 | 2019-10-25 08:02 | |||||||
Reporter | caristu | |||||||||||
Assigned To | caristu | |||||||||||
Priority | high | Severity | minor | Reproducibility | have not tried | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | Fixed in Version | |||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | alostale | |||||||||||
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 | 0042035: API change: make OBScheduler API simpler | |||||||||||
Description | The following methods for scheduling a job allows to specify the job class: - OBScheduler.schedule(java.lang.String, org.openbravo.scheduling.ProcessBundle, java.lang.Class<? extends org.quartz.Job>) - OBScheduler.schedule(org.openbravo.scheduling.ProcessBundle, java.lang.Class<? extends org.quartz.Job>) This does not make sense as the only job class used in core is DefaultJob and it does not exists any external class making use of those methods. Therefore this API can be limited to always use DefaultJob. Besides: - Method OBScheduler.schedule(java.lang.String, org.openbravo.scheduling.ProcessBundle) will no longer throw javax.servlet.ServletException as we are making use of a new dedicated TriggerGenerationException to handle trigger generation errors. This exception inherits from SchedulerException which was already being thrown by this method. - Method OBScheduler.format(java.util.Date) can also be removed as it is not used by other components. - AD_MESSAGE "TRIG_INVALID_DATA" is no longer needed | |||||||||||
Steps To Reproduce | In description | |||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | Approved | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2019-10-16 10:15 | caristu | New Issue | ||||||||||
2019-10-16 10:15 | caristu | Assigned To | => platform | |||||||||
2019-10-16 10:15 | caristu | Modules | => Core | |||||||||
2019-10-16 10:15 | caristu | Triggers an Emergency Pack | => No | |||||||||
2019-10-16 10:15 | caristu | Relationship added | related to 0041483 | |||||||||
2019-10-18 07:37 | alostale | Tag Attached: Approved | ||||||||||
2019-10-18 07:37 | alostale | Assigned To | platform => caristu | |||||||||
2019-10-21 19:22 | caristu | Description Updated | bug_revision_view_page.php?rev_id=19532#r19532 | |||||||||
2019-10-21 19:22 | caristu | Description Updated | bug_revision_view_page.php?rev_id=19533#r19533 | |||||||||
2019-10-21 19:23 | caristu | Description Updated | bug_revision_view_page.php?rev_id=19534#r19534 | |||||||||
2019-10-22 16:21 | hgbot | Checkin | ||||||||||
2019-10-22 16:21 | hgbot | Note Added: 0115224 | ||||||||||
2019-10-22 16:21 | hgbot | Status | new => resolved | |||||||||
2019-10-22 16:21 | hgbot | Resolution | open => fixed | |||||||||
2019-10-22 16:21 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/api-checks/rev/94cb4900a09a5b6f6d093b588b187aec8c3a58f0 [^] | |||||||||
2019-10-22 16:22 | hgbot | Checkin | ||||||||||
2019-10-22 16:22 | hgbot | Note Added: 0115225 | ||||||||||
2019-10-22 16:22 | caristu | Review Assigned To | => alostale | |||||||||
2019-10-25 08:02 | alostale | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|