boolean debugging = getProperty(
"org.apache.sling.scripting.javascript.debug", props,
context.getBundleContext(), false);
// setup the wrap factory
wrapFactory = new SlingWrapFactory();
// initialize the Rhino Context Factory
SlingContextFactory.setup(this);
Context cx = Context.enter();