Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0056050 | Openbravo ERP | Y. DBSourceManager | public | 2024-07-17 14:16 | 2024-07-18 07:35 |
Reporter | jgalarza | ||||
Assigned To | Triage Platform Base | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
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 | 0056050: Improve error information when there is a cyclical dependency between modules | ||||
Description | We should improve this code to detect cycles and produce a more readable error for the steps. It's acceptable for it to fail, but it would be beneficial if it showed more information about what causes the cycle. Currently only the following line appears repeatedly before failing: ... [java] at org.openbravo.ddlutils.util.DBSMOBUtil.isDependant(DBSMOBUtil.java:401) [java] at org.openbravo.ddlutils.util.DBSMOBUtil.isDependant(DBSMOBUtil.java:401) [java] at org.openbravo.ddlutils.util.DBSMOBUtil.isDependant(DBSMOBUtil.java:401) ... | ||||
Steps To Reproduce | 1- Set Retail API as a Retail Discounts dependency 2- Run ant export.database 3- Run ant update.database -> the task fails. This is correct because after step 1, there is a cyclic dependency between modules. But note that the output is not informing about the reason of the failure. | ||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2024-07-17 14:16 | jgalarza | New Issue | |||
2024-07-17 14:16 | jgalarza | Assigned To | => caristu | ||
2024-07-17 14:16 | jgalarza | Modules | => Core | ||
2024-07-17 14:16 | jgalarza | Triggers an Emergency Pack | => No | ||
2024-07-17 14:16 | jgalarza | Reproducibility | sometimes => always | ||
2024-07-18 07:30 | caristu | Assigned To | caristu => Triage Platform Base | ||
2024-07-18 07:30 | caristu | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=28248#r28248 | ||
2024-07-18 07:35 | caristu | Description Updated | bug_revision_view_page.php?rev_id=28250#r28250 | ||
2024-07-18 07:35 | caristu | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=28251#r28251 |
There are no notes attached to this issue. |