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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0009991
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 01. General setupminoralways2009-07-22 10:052009-08-19 00:00
ReporternetworkbView Statuspublic 
Assigned Toalostale 
PriorityhighResolutionfixedFixed in Versionpi
StatusclosedFix in branchFixed in SCM revision9af7a895a9ea
ProjectionnoneETAnoneTarget Version2.50MP5
OSWindowsDatabasePostgreSQLJava version
OS VersionDatabase versionAnt version
Product Version2.50MP1SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0009991: The xml files generating when exporting a language can not be deleted until the tomcat is stoped

DescriptionThe xml files generating when exporting a language can not be deleted until the tomcat is stoped.
Steps To Reproduce-Login as system admiistrator
-Go to langage window and select one language and check as system language
-Execute verify language process
-Go to import/export language window.
-Export the new language
-Go to the attachments/lang/newlanguage folder and try to delete the xml generated to the new language.
-You will not able until you stop tomcat
Proposed SolutionIn org.openbravo.erpCommon.ad_forms.Translation.java
the outputstream is not close
Go to the line 577 (method exportTable)
and after the line
 transformer.transform(source, new StreamResult(osw));
add the following
      osw.close();
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0018644)
hgbot (developer)
2009-07-28 07:18

Repository: erp/devel/pi
Changeset: 9af7a895a9ea433fb887675435e125aa186e9b2e
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Jul 28 07:18:05 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/9af7a895a9ea433fb887675435e125aa186e9b2e [^]

fixed bug 0009991: The xml files generating when exporting a language can not be deleted until the tomcat is stoped

---
M src/org/openbravo/erpCommon/ad_forms/Translation.java
---
(0019004)
sureshbabu (reporter)
2009-08-18 14:21

Tested able to delete the file without stopping the tomcat.

- Issue History
Date Modified Username Field Change
2009-07-22 10:05 networkb New Issue
2009-07-22 10:05 networkb Assigned To => rafaroda
2009-07-23 18:01 psarobe Assigned To rafaroda => alostale
2009-07-23 18:01 psarobe Priority immediate => high
2009-07-23 18:01 psarobe Status new => scheduled
2009-07-28 06:51 pjuvara Target Version => 2.50MP5
2009-07-28 07:18 hgbot Checkin
2009-07-28 07:18 hgbot Note Added: 0018644
2009-07-28 07:18 hgbot Status scheduled => resolved
2009-07-28 07:18 hgbot Resolution open => fixed
2009-07-28 07:18 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/9af7a895a9ea433fb887675435e125aa186e9b2e [^]
2009-08-18 14:21 sureshbabu Status resolved => closed
2009-08-18 14:21 sureshbabu Note Added: 0019004
2009-08-18 14:21 sureshbabu Fixed in Version => pi
2009-08-19 00:00 anonymous sf_bug_id 0 => 2839887


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker