128129130131132133134135136137138
JDBCWorkspaceDataContainer.class); System.setProperty(AbstractCacheableLockManager.LOCKS_FORCE_REMOVE, "true"); try { container.start(); } finally { System.setProperty(AbstractCacheableLockManager.LOCKS_FORCE_REMOVE, "false"); }
133134135136137138139140141142143
System.setProperty(AbstractCacheableLockManager.LOCKS_FORCE_REMOVE, "true"); try { // Remove info from the db container.start(); // Remove info from the cache dataManager.start(); } finally {