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); }
707172737475767778
646566676869707172
/** * Setup the test. */ protected void setUp() { // Construct the managed connection factory this.mcf = new JCAManagedConnectionFactory(); this.mcf.setHomeDir(JCR_HOME_DIR); this.mcf.setConfigFile(JCR_CONFIG_FILE); }
979899100101102103104105
input.close(); } } // Construct the managed connection factory this.mcf = new JCAManagedConnectionFactory(); this.mcf.setHomeDir(JCR_HOME_DIR); this.mcf.setConfigFile(JCR_CONFIG_FILE); }
666768697071727374
* Setup the test. */ protected void setUp() throws Exception { // Construct the managed connection factory this.mcf = new JCAManagedConnectionFactory(); this.mcf.setHomeDir("c:\\dev\\jcr"); this.mcf.setConfigFile("c:\\dev\\jcr\\repository.xml"); }