* Fix for bug [1628515]
This commit is contained in:
parent
8ae3f949ae
commit
12b6f964a3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue