* Fix for bug [1628515]

This commit is contained in:
Heng Sin Low 2007-01-05 16:04:32 +00:00
parent 0d5c83cf4d
commit 6759d3dcd0
2 changed files with 2 additions and 2 deletions

View File

@ -499,7 +499,7 @@ public class ProcessCtl extends Thread
myObject.startProcess(Env.getCtx(), m_pi, m_trx);
if (m_trx != null)
{
m_trx.commit();
m_trx.commit(true);
m_trx.close();
}
}

View File

@ -511,7 +511,7 @@ public final class VTreePanel extends CPanel
//end vpj-cd e-evolution 07/12/2005 PostgreSQL
}
// COMMIT *********************
trx.commit();
trx.commit(true);
//begin vpj-cd e-evolution 07/12/2005 PostgreSQL
//stmt.close();
//end vpj-cd e-evolution 07/12/2005 PostgreSQL