* Fix for bug [1628515]
This commit is contained in:
parent
0d5c83cf4d
commit
6759d3dcd0
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue