Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0015042 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Openbravo ERP] 01. General setup | major | always | 2010-10-26 21:22 | 2010-11-05 12:44 | |||
| Reporter | dalsasua | View Status | public | |||||
| Assigned To | dalsasua | |||||||
| Priority | immediate | Resolution | fixed | Fixed in Version | 2.50MP24 | |||
| Status | closed | Fix in branch | Fixed in SCM revision | 080b4b811fa9 | ||||
| Projection | none | ETA | none | Target Version | pi | |||
| OS | Linux 32 bit | Database | Oracle | Java version | 1.6.0_14 | |||
| OS Version | Ubuntu 9.04 | Database version | 11.1.0.6.0 SE | Ant version | 1.7.1 | |||
| Product Version | pi | SCM revision | 8fe20cfac148 | |||||
| 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 | 0015042: If create reference data process fails during initial clilent setup,under some circumstances the Exception is not correcty shown | |||||||
| Description | If create reference data process fails during initial clilent setup,under some circumstances the Exception is not correcty shown | |||||||
| Proposed Solution | --- a/src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java +++ b/src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java @@ -1337,6 +1337,10 @@ String strXml = Utility.fileToString(datasetFile.getPath()); myResult = myData.importDataFromXML(client, organization, strXml, dataset.getModule()); + if (myResult.getErrorMessages() != null && !myResult.getErrorMessages().equals("") + && !myResult.getErrorMessages().equals("null")) + return myResult; + insertClientModule(client, dataset.getModule()); return myResult; | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
|
Notes |
|
|
(0032238) hgbot (developer) 2010-10-26 21:25 |
Repository: erp/devel/pi Changeset: 080b4b811fa9ef9709fef8b6f8124403f13ea283 Author: David Alsasua <david.alsasua <at> openbravo.com> Date: Tue Oct 26 21:24:16 2010 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/080b4b811fa9ef9709fef8b6f8124403f13ea283 [^] Fixes issue 15042. ICS modified initial client setup modified so now, in case a reference data is not correctly imported, the error text is directly shown --- M src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java --- |
|
(0032422) hudsonbot (viewer) 2010-11-05 12:44 |
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated: Changeset: http://code.openbravo.com/erp/devel/main/rev/080b4b811fa9 [^] Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/f2cf138fa03c [^] Tests: http://builds.openbravo.com/view/int/ [^] OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18797.obx [^] |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2010-10-26 21:22 | dalsasua | New Issue | |
| 2010-10-26 21:22 | dalsasua | Assigned To | => dalsasua |
| 2010-10-26 21:22 | dalsasua | OBNetwork customer | => No |
| 2010-10-26 21:25 | hgbot | Checkin | |
| 2010-10-26 21:25 | hgbot | Note Added: 0032238 | |
| 2010-10-26 21:25 | hgbot | Status | new => resolved |
| 2010-10-26 21:25 | hgbot | Resolution | open => fixed |
| 2010-10-26 21:25 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/080b4b811fa9ef9709fef8b6f8124403f13ea283 [^] |
| 2010-10-26 21:42 | dalsasua | Status | resolved => closed |
| 2010-10-26 21:42 | dalsasua | Fixed in Version | => 2.50MP24 |
| 2010-10-30 11:24 | anonymous | sf_bug_id | 0 => 3098761 |
| 2010-11-05 12:44 | hudsonbot | Checkin | |
| 2010-11-05 12:44 | hudsonbot | Note Added: 0032422 | |
| Copyright © 2000 - 2009 MantisBT Group |