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