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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0017638
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 01. General setupminoralways2011-06-14 12:312011-08-12 10:24
ReporterxabiermerinoView Statuspublic 
Assigned ToioritzCia 
PriorityhighResolutionfixedFixed in Version3.0MP2
StatusclosedFix in branchFixed in SCM revision9e246fc8bb50
ProjectionnoneETAnoneTarget Version3.0MP2
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version3.0RC7SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0017638: initial organization setup fails II

Descriptioninitial organization setup fails if we select these datasets:

- Plan General Contable 2007 (General)
- Taxes: configuration for Spain
- Spain AEAT Modelo 347

This error appears:

Entity DataSet is not directly readable, only id and identifier properties are readable, property datSet.module is neither of these
Steps To Reproduce- As Openbravo Admin go to General Setup || Enterprise || Initial organization setup
- Organization type: legal with accounting
- Select datasets
- Click 'Ok'
Proposed Solution--- a/src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java
+++ b/src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java
@@ -1470,9 +1470,6 @@
         strPath = strSourcePath + "/modules/" + dataset.getModule().getJavaPackage()
             + "/referencedata/standard";
       }
- } finally {
- OBContext.restorePreviousMode();
- }
     File datasetFile = new File(strPath + "/" + Utility.wikifiedName(dataset.getName()) + ".xml");
     if (!datasetFile.exists()) {
       return myResult;
    } finally {
      OBContext.restorePreviousMode();
    }
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 00161692.50MP29 closeddalsasua initial organization setup fails 
depends on backport 00177722.50MP33 closedioritzCia initial organization setup fails II 

-  Notes
(0039806)
hgbot (developer)
2011-08-03 11:55

Repository: erp/devel/pi
Changeset: 9e246fc8bb50e76fa0978ba6c54f6143f56369a5
Author: Ioritz Cia <ioritz.cia <at> openbravo.com>
Date: Tue Aug 02 11:49:11 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/9e246fc8bb50e76fa0978ba6c54f6143f56369a5 [^]

Fixes issue 17638: initial organization setup fails II.

---
M src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java
---
(0039945)
hudsonbot (developer)
2011-08-06 05:32

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/5744448753e7 [^]

Maturity status: Test
(0040139)
jecharri (developer)
2011-08-12 10:24

tested

- Issue History
Date Modified Username Field Change
2011-06-14 12:31 xabiermerino New Issue
2011-06-14 12:31 xabiermerino Assigned To => dalsasua
2011-06-14 12:31 xabiermerino Modules => Core
2011-06-14 12:32 xabiermerino Relationship added related to 0016169
2011-06-23 11:35 xabiermerino Status new => scheduled
2011-06-23 11:35 xabiermerino fix_in_branch => pi
2011-07-15 11:57 dalsasua fix_in_branch pi =>
2011-07-15 11:57 dalsasua Proposed Solution updated
2011-07-15 12:03 dalsasua Proposed Solution updated
2011-07-20 18:08 dalsasua Assigned To dalsasua => jonalegriaesarte
2011-07-21 20:14 jonalegriaesarte Assigned To jonalegriaesarte => ioritzCia
2011-08-03 11:55 hgbot Checkin
2011-08-03 11:55 hgbot Note Added: 0039806
2011-08-03 11:55 hgbot Status scheduled => resolved
2011-08-03 11:55 hgbot Resolution open => fixed
2011-08-03 11:55 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/9e246fc8bb50e76fa0978ba6c54f6143f56369a5 [^]
2011-08-06 05:32 hudsonbot Checkin
2011-08-06 05:32 hudsonbot Note Added: 0039945
2011-08-12 10:24 jecharri Note Added: 0040139
2011-08-12 10:24 jecharri Status resolved => closed
2011-08-12 10:24 jecharri Fixed in Version => 3.0MP2


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker