bug fix [ 1647864 ] WAN: delete record error

This commit is contained in:
teo_sarca 2007-01-30 13:23:55 +00:00
parent 3a3c3fa672
commit f761750114
1 changed files with 6 additions and 2 deletions

View File

@ -36,6 +36,10 @@ import org.compiere.process.*;
/** /**
* General Database Interface * General Database Interface
* <p>
* <ul>
* <li>2007-01-30 - teo_sarca - [ 1647864 ] WAN: delete record error
* </ul>
* *
* @author Jorg Janke * @author Jorg Janke
* @version $Id: DB.java,v 1.8 2006/10/09 00:22:29 jjanke Exp $ * @version $Id: DB.java,v 1.8 2006/10/09 00:22:29 jjanke Exp $
@ -992,7 +996,7 @@ public final class DB
// conn.commit(); // conn.commit();
} }
} }
catch (SQLException e) catch (Exception e)
{ {
if (ignoreError) if (ignoreError)
log.log(Level.SEVERE, cs.getSql() + " [" + trxName + "] - " + e.getMessage()); log.log(Level.SEVERE, cs.getSql() + " [" + trxName + "] - " + e.getMessage());