/* */
/* 138 */ JDBCStoreManager2 manager = (JDBCStoreManager2)this.entity.getManager();
/* 139 */ QLCompiler compiler = new EJBQLToSQL92Compiler(manager.getCatalog());
/* */ try
/* */ {
/* 142 */ compiler.compileJBossQL((String)args[0], this.metadata.getMethod().getReturnType(), getParamTypes(args), this.metadata);
/* */ }
/* */ catch (Throwable t)
/* */ {
/* 150 */ this.log.error("Error compiling JBossQL statement '" + args[0] + "'", t);
/* 151 */ throw new FinderException("Error compiling JBossQL statement '" + args[0] + "'");