Subversion Repository Public Repository

litesoft

Diff Revisions 952 vs 953 for /trunk/Java/core/Server/src/org/litesoft/orsup/DB_Admin.java

Diff revisions: vs.
  @@ -41,7 +41,7 @@
41 41
42 42 DataStoreLocator.initialize( zDataStore );
43 43
44 - ServerContext.clearAllServerStores();
44 + ServerStores.clear();
45 45
46 46 ContextID zContextID = new ContextID( "Admin", "Admin" );
47 47 new ServerContext( zContextID, new SimpleMapServerSession() ).set();