transientSystemSource.setDefaultWorkspaceName(systemWorkspaceName);
connectionFactoryWithSystem = new DelegatingConnectionFactory(connectionFactory, transientSystemSource);
}
// Set up the query parsers, which we have to have even though queries might be disabled ...
this.queryParsers = new QueryParsers(new SqlQueryParser(), new XPathQueryParser(), new FullTextSearchParser());
assert this.queryParsers.getParserFor(Query.XPATH) != null;
this.systemWorkspaceName = systemWorkspaceName;
this.systemSourceName = systemSourceName;
this.connectionFactory = connectionFactoryWithSystem;