Check if scriptingEngine is not null in abort().
This commit is contained in:
parent
59330c9a01
commit
18fc2e8cd2
1 changed files with 2 additions and 1 deletions
|
@ -647,6 +647,7 @@ public final class RequestEvaluator implements Runnable {
|
|||
Transactor t = rtx;
|
||||
// let the scripting engine know that the
|
||||
// current transaction is being aborted.
|
||||
if (scriptingEngine != null)
|
||||
scriptingEngine.abort ();
|
||||
rtx = null;
|
||||
if (t != null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue