* Fix for bug [1628515]

This commit is contained in:
Heng Sin Low 2007-01-05 22:12:30 +00:00
parent 12b6f964a3
commit b11e48cd60
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ public class ServerBean implements SessionBean
{
boolean ok = process.startProcess (ctx, pi, trx);
pi = process.getProcessInfo();
trx.commit();
trx.commit(true);
trx.close();
}
catch (Exception ex1)