Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0039231 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] A. Platform | major | always | 2018-09-05 17:42 | 2018-09-07 08:51 | |||
Reporter | ngarcia | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR18Q3.1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 4934aaf55ca3 | ||||
Projection | none | ETA | none | Target Version | 3.0PR18Q3.1 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | alostale | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | Production - QA Approved | |||||||
Regression date | 2018-06-01 | |||||||
Regression introduced in release | 3.0PR18Q3 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/7a4554ef6d4aec661601cddaac3b4212ab8e8371 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0039231: Cannot install a module by adding the OBX in Module Management window | |||||||
Description | Cannot install a module by adding the OBX in Module Management window. The problem seems to be in the following line of ImportModule class: String tier = (String) dynModule.get("COMMERCIAL_TIER"); | |||||||
Steps To Reproduce | Download the OBX of 1.4.2001 version of Analytics from Openbravo Forge As System Admin role: Go to Module Management window Select Browse File System Click on Choose File Select the previously downloaded OBX Continue Check the following error message is shown: java.lang.IllegalArgumentException: Invalid property name 'COMMERCIAL_TIER' If you Continue java.lang.NullPointerException is shown The log shows ERROR org.openbravo.erpCommon.ad_forms.ModuleManagement - Invalid property name 'COMMERCIAL_TIER' java.lang.IllegalArgumentException: Invalid property name 'COMMERCIAL_TIER' at org.apache.commons.beanutils.BasicDynaBean.getDynaProperty(BasicDynaBean.java:400) at org.apache.commons.beanutils.BasicDynaBean.get(BasicDynaBean.java:151) at org.openbravo.erpCommon.modules.ImportModule.dyanaBeanToModules(ImportModule.java:1107) at org.openbravo.erpCommon.modules.ImportModule.checkDependenciesFile(ImportModule.java:241) at org.openbravo.erpCommon.ad_forms.ModuleManagement.printPageInstall1(ModuleManagement.java:1226) at org.openbravo.erpCommon.ad_forms.ModuleManagement.printPageInstallFile(ModuleManagement.java:751) at org.openbravo.erpCommon.ad_forms.ModuleManagement.doPost(ModuleManagement.java:180) | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0106614) hgbot (developer) 2018-09-06 10:26 |
Repository: erp/backports/3.0PR18Q3.1 Changeset: 4934aaf55ca34a6236625c2eb8f0db3596ebdb16 Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Thu Sep 06 10:25:55 2018 +0200 URL: http://code.openbravo.com/erp/backports/3.0PR18Q3.1/rev/4934aaf55ca34a6236625c2eb8f0db3596ebdb16 [^] Fixes issue 39231: Removes unneeded reference to COMMERCIAL_TIER column The column was removed in this changeset [1], but some code referencing it programatically was left unremoved. This code was putting the tier info in a map, there is no problem removing it because it was no longer being checked. [1] https://code.openbravo.com/erp/devel/pi/rev/7a4554ef6d4aec661601cddaac3b4212ab8e8371 [^] --- M src/org/openbravo/erpCommon/modules/ImportModule.java --- |
(0106637) alostale (manager) 2018-09-07 08:51 |
reviewed + tested |
Issue History | |||
Date Modified | Username | Field | Change |
2018-09-06 09:31 | AugustoMauch | Type | defect => backport |
2018-09-06 09:31 | AugustoMauch | Target Version | => 3.0PR18Q3.1 |
2018-09-06 10:26 | hgbot | Checkin | |
2018-09-06 10:26 | hgbot | Note Added: 0106614 | |
2018-09-06 10:26 | hgbot | Status | scheduled => resolved |
2018-09-06 10:26 | hgbot | Resolution | open => fixed |
2018-09-06 10:26 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR18Q3.1/rev/4934aaf55ca34a6236625c2eb8f0db3596ebdb16 [^] |
2018-09-06 10:28 | AugustoMauch | Review Assigned To | => alostale |
2018-09-07 08:51 | alostale | Note Added: 0106637 | |
2018-09-07 08:51 | alostale | Status | resolved => closed |
2018-09-07 08:51 | alostale | Fixed in Version | => 3.0PR18Q3.1 |
Copyright © 2000 - 2009 MantisBT Group |