8 Apr
2014
8 Apr
'14
1:30 p.m.
Hi Jason, try this: System.out.println(context.globalopts.get(GlobalOptions.GLOBALLOCK)); Christian On Mon, Apr 7, 2014 at 8:13 PM, Jason Ricles <jason.ricles@mikrossystems.com> wrote:
To whom it may concern,
Is there any way to set the globaloptions of basex such as globallock?
Since I currently keep executing
context.globalopts.set(GlobalOptions.GLOBALLOCK, true) ; System.out.println(context.globalopts.GLOBALLOCK);
and when the print statement executes, it says that globallock = false, even though I have set it to true.
Sincerely,
Jason R