Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010996Openbravo ERPA. Platformpublic2009-10-15 17:462009-10-20 00:01
shuehner 
shuehner 
normalmajorhave not tried
closedfixed 
5
pi 
2.50MP7 
Core
No
0010996: On export translation one sql exception happens for each table exported
The export translation code tries to close each sql statement twice, leading to one harmless but annoying sql exception logged for each exported file.
No tags attached.
Issue History
2009-10-15 17:46shuehnerNew Issue
2009-10-15 17:46shuehnerAssigned To => shuehner
2009-10-15 17:49hgbotCheckin
2009-10-15 17:49hgbotNote Added: 0021081
2009-10-15 17:49hgbotStatusnew => resolved
2009-10-15 17:49hgbotResolutionopen => fixed
2009-10-15 17:49hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/419cc2bd51fa06c49ba067c1000a79af1ca85add [^]
2009-10-19 08:45arunkumarStatusresolved => closed
2009-10-19 08:45arunkumarNote Added: 0021145
2009-10-19 08:45arunkumarFixed in Version => 2.50MP7
2009-10-20 00:01anonymoussf_bug_id0 => 2882016

Notes
(0021081)
hgbot   
2009-10-15 17:49   
Repository: erp/devel/pi
Changeset: 419cc2bd51fa06c49ba067c1000a79af1ca85add
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Thu Oct 15 17:48:35 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/419cc2bd51fa06c49ba067c1000a79af1ca85add [^]

Fixed 10996: Fix sqlexception on export translation for each exported file
sql-statement was tried to be closed twice, remove one try

---
M src/org/openbravo/erpCommon/ad_forms/Translation.java
---
(0021145)
arunkumar   
2009-10-19 08:45   
Tested & Working fine.