@@ -57,12 +57,12 @@ public class FrameworkConfiguration {
5757 private String defaultDataset = "" ;
5858
5959 // in this file all main configs are stored
60- private final static String configurationFile = "framework -configuration.ttl" ;
61- private final static String datasourcesFile = "framework -datasources.ttl" ;
62- private final static String componentsFile = "framework -components.ttl" ;
63- private final static String usersFile = "framework -users.ttl" ;
64- private final static String sysgraphsFile = "framework- system-graphs.ttl" ;
65- private final static String rolesFile = "framework -roles.ttl" ;
60+ private final static String configurationFile = "system -configuration.ttl" ;
61+ private final static String datasourcesFile = "system -datasources.ttl" ;
62+ private final static String componentsFile = "system -components.ttl" ;
63+ private final static String usersFile = "system -users.ttl" ;
64+ private final static String sysgraphsFile = "system-graphs.ttl" ;
65+ private final static String rolesFile = "system -roles.ttl" ;
6666
6767 private static Model configurationModel = null ;
6868 private static Model datasourceModel = null ;
@@ -76,6 +76,7 @@ public class FrameworkConfiguration {
7676 // This special user is not created or configured on Workbench setup, it
7777 // should be configured previously in RDF store.
7878 // Configuration details depends on concrete RDF store.
79+
7980 private String rdfStoreAdmin = "" ;
8081 private String rdfStoreAdminPassword = "" ;
8182 private String virtuosoJdbcConnString = "" ;
0 commit comments