ClassLoader oldCL = SysPropertyActions.setThreadContextClassLoader(cacheManager.getCacheManagerConfiguration().classLoader());
Map<String, String> response = new HashMap<String, String>();
try {
session = validateSession(sessionId);
CharStream stream = new ANTLRStringStream(s);
IspnQLLexer lexer = new IspnQLLexer(stream);
CommonTokenStream tokens = new CommonTokenStream(lexer);
IspnQLParser parser = new IspnQLParser(tokens);
parser.statements();