Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0017350 | Openbravo ERP | A. Platform | public | 2011-05-25 12:16 | 2011-06-10 13:01 |
|
Reporter | eduardo_Argal | |
Assigned To | marvintm | |
Priority | immediate | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | pi | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0017350: Problems with build validation when installing a module |
Description | When installing a module through module management console, just validations of the modules being installed are executed. This is a problem when a validation of an already installed module tries to manage dependent modules version (Ex. APRM needs to be in a particular version or higher for it to properly run on top of a core MP. Core does an API change that forces APRM to be updated as well and that prevents previous versions to be installed) |
Steps To Reproduce | 1) Install 2.50 MP 30
2) Install APRM 1.0.14
3) Rebuild
Mind that core validations are not executed resulting in a failure of rebuild process with no message to end user. |
Proposed Solution | Force build validations to be executed whatever module is being installed. All buildvalidations should be executed in rebuild process. |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0017351 | pi | closed | marvintm | Problems with build validation when installing a module |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-05-25 12:16 | eduardo_Argal | New Issue | |
2011-05-25 12:16 | eduardo_Argal | Assigned To | => marvintm |
2011-05-25 12:16 | eduardo_Argal | Modules | => Core |
2011-05-25 12:16 | eduardo_Argal | OBNetwork customer | => No |
2011-05-25 12:16 | eduardo_Argal | Status | new => scheduled |
2011-05-25 12:16 | eduardo_Argal | fix_in_branch | => pi |
2011-05-25 12:20 | hgbot | Checkin | |
2011-05-25 12:20 | hgbot | Note Added: 0037420 | |
2011-05-25 12:20 | hgbot | Status | scheduled => resolved |
2011-05-25 12:20 | hgbot | Resolution | open => fixed |
2011-05-25 12:20 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/9eac8c7e50a5b4aa51aa56af8d9b6bda99132476 [^] |
2011-05-26 07:47 | hudsonbot | Checkin | |
2011-05-26 07:47 | hudsonbot | Note Added: 0037554 | |
2011-06-10 13:01 | shuehner | Note Added: 0038228 | |
2011-06-10 13:01 | shuehner | Status | resolved => closed |
Notes |
|
(0037420)
|
hgbot
|
2011-05-25 12:20
|
|
Repository: erp/devel/pi
Changeset: 9eac8c7e50a5b4aa51aa56af8d9b6bda99132476
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed May 25 12:19:36 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/9eac8c7e50a5b4aa51aa56af8d9b6bda99132476 [^]
Fixed issue 17350. All the BuildValidations will always be executed on update.database
---
M src-core/src/org/openbravo/buildvalidation/BuildValidationHandler.java
---
|
|
|
|
|
|
|
Reviewed+tested in pi-mp0 (rev: 3006ebd37390). Now update.database will run all buildvalidation for all currently unpacked modules always and not just the ones for modules being installed/updated right now.
Note: tested on different testcase created for this (install random-module, check list of buildvalidation executed if they include all) and not on testcase as specified in the issue as that one is 2.50 specific. |
|