[ 1801842 ] DB connection fix & improvements for concurrent threads.

This commit is contained in:
Heng Sin Low 2007-10-05 03:23:57 +00:00
parent 0c22a4243a
commit 92e241978d
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ public final class VTreePanel extends CPanel
// *** Save changes to disk
setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
Trx trx = Trx.get ("VTreePanel", true);
Trx trx = Trx.get (Trx.createTrxName("VTreePanel"), true);
try
{
//begin vpj-cd e-evolution 07/12/2005 PostgreSQL