public SessionFactory(TransactionService tService, WorkspaceEntry config, ExoContainerContext containerContext)
{
this.container = containerContext.getContainer();
this.workspaceName = config.getName();
this.tService = tService;
this.txResourceManager = new TransactionableResourceManager();
boolean tracking =
"true".equalsIgnoreCase(PrivilegedSystemHelper.getProperty("exo.jcr.session.tracking.active", "false"));
if (tracking)