* Fix for bug [1628515]

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

View File

@ -242,7 +242,7 @@ public class WProcess extends HttpServlet
try
{
processOK = process.processIt(pi, trx);
trx.commit();
trx.commit(true);
trx.close();
}
catch (Throwable t)