Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0015042
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 01. General setupmajoralways2010-10-26 21:222010-11-05 12:44
ReporterdalsasuaView Statuspublic 
Assigned Todalsasua 
PriorityimmediateResolutionfixedFixed in Version2.50MP24
StatusclosedFix in branchFixed in SCM revision080b4b811fa9
ProjectionnoneETAnoneTarget Versionpi
OSLinux 32 bitDatabaseOracleJava version1.6.0_14
OS VersionUbuntu 9.04Database version11.1.0.6.0 SEAnt version1.7.1
Product VersionpiSCM revision8fe20cfac148 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0015042: If create reference data process fails during initial clilent setup,under some circumstances the Exception is not correcty shown

DescriptionIf 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;
TagsNo 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 (developer)
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: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
Powered by Mantis Bugtracker