Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0004689Openbravo ERPZ. Otherspublic2008-08-22 19:522008-11-25 23:27
dalsasua 
eduardo_Argal 
lowminorN/A
closedfixed 
20Ubuntu 8.04Hardy
 
pi 
No
Core
No
0004689: Uncaught exception makes database block
While fixing bug "0004558: Posting Amortization cause blocks in database", I realized that the cause of the database block is that trunk/src/org/openbravo/erpCommon/ad_forms/DocAmortization.java, in the function private DocLine[] loadLines(ConnectionProvider conn){, if it causes an exception, database is blocked. Now this function do not throw any exception, but it may be a good point to caught the exception and close the session in database, so no block remains.
No tags attached.
Issue History
2008-08-22 19:52dalsasuaNew Issue
2008-08-22 19:52dalsasuaAssigned To => eduardo_Argal
2008-08-22 19:52dalsasuasf_bug_id0 => 2067968
2008-08-22 19:52dalsasuaOBNetwork customer => No
2008-08-22 19:52dalsasuaRegression testing => No
2008-09-01 12:01psarobeStatusnew => scheduled
2008-09-01 12:01psarobefix_in_branch => trunk
2008-09-03 18:33eduardo_ArgalStatusscheduled => resolved
2008-09-03 18:33eduardo_ArgalFixed in Version => trunk
2008-09-03 18:33eduardo_Argalsvn_revision => 6457
2008-09-03 18:33eduardo_ArgalResolutionopen => fixed
2008-09-03 18:33eduardo_ArgalNote Added: 0008871
2008-11-25 23:27psarobeStatusresolved => closed

Notes
(0008871)
eduardo_Argal   
2008-09-03 18:33   
Works for me.