767778798081828384
if (!home.exists()) { home.mkdirs(); } // Construct the managed connection factory this.mcf = new JCAManagedConnectionFactory(); this.mcf.setHomeDir(JCR_HOME_DIR); this.mcf.setConfigFile(JCR_CONFIG_FILE); }