161162163164165166167168169170171
dsInstantiationLock.lock(); try { if (ds == null) { changed = true; MySQLDataStoreFactory dsf = MySQLServiceExtension.getFactory(); if (dsf.canProcess(params)) { try { ds = dsf.createDataStore(params); } catch (IOException e) { msg = e; throw e;