} else {
this.sequencers = new Sequencers(this, config, cache.getWorkspaceNames());
}
this.indexingExecutor = this.context.getThreadPool("modeshape-reindexing");
this.queryParsers = new QueryParsers(new JcrSql2QueryParser(), new XPathQueryParser(),
new FullTextSearchParser(), new JcrSqlQueryParser(), new JcrQomQueryParser());
this.repositoryQueryManager = new RepositoryQueryManager(this, indexingExecutor, config);
this.changeBus.register(this.repositoryQueryManager);
// Check that we have parsers for all the required languages ...