Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017351Openbravo ERPA. Platformpublic2011-05-25 12:162011-05-25 16:07
eduardo_Argal 
marvintm 
immediatemajorsometimes
closedfixed 
5
 
pi2.50MP30 
Core
No
0017351: Problems with build validation when installing a module
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)
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.
Force build validations to be executed whatever module is being installed. All buildvalidations should be executed in rebuild process.
No tags attached.
blocks defect 0017350pi closed marvintm Problems with build validation when installing a module 
Issue History
2011-05-25 12:16eduardo_ArgalTypedefect => backport
2011-05-25 12:16eduardo_Argalfix_in_branch => 2.50
2011-05-25 12:22hgbotCheckin
2011-05-25 12:22hgbotNote Added: 0037421
2011-05-25 12:22hgbotStatusscheduled => resolved
2011-05-25 12:22hgbotResolutionopen => fixed
2011-05-25 12:22hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/1f86c33b5b8e1238bc50b1d04c672cae1e166834 [^]
2011-05-25 16:07psarobeStatusresolved => closed
2011-05-25 16:07psarobeFixed in Version => 2.50MP30

Notes
(0037421)
hgbot   
2011-05-25 12:22   
Repository: erp/stable/2.50
Changeset: 1f86c33b5b8e1238bc50b1d04c672cae1e166834
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed May 25 12:21:00 2011 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/1f86c33b5b8e1238bc50b1d04c672cae1e166834 [^]

Fixed issue 17351. All the BuildValidations will always be executed on update.database

---
M src-core/src/org/openbravo/buildvalidation/BuildValidationHandler.java
---