broker = db.getBroker(); //TODO: account required
XQueryContext context = compiledXQuery.getContext().copyContext();
context.setDebuggeeJoint(null);
context.undeclareGlobalVariable(Debuggee.SESSION);
context.undeclareGlobalVariable(Debuggee.IDEKEY);
XQuery service = broker.getXQueryService();
CompiledXQuery compiled = service.compile(context, script);
Sequence resultSequence = service.execute(compiled, null);