throw new SQLException(
"The transaction isolation level isn't serializable.");
}
}
});
NonCoreContract startupContract = NonCoreContract
.getNonCoreContract("startup");
List<Object> args = new ArrayList<Object>();
args.add(context);
startupContract.callFunction("on_start_up", args.toArray());
Properties postProps = new Properties();
PythonInterpreter.initialize(System.getProperties(), postProps,
new String[] {});
context.setAttribute(CONTEXT_REQUEST_MAP,