diff options
Diffstat (limited to 'appc-common/src/main/resources/org')
-rw-r--r-- | appc-common/src/main/resources/org/openecomp/appc/i18n/MessageResources.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/appc-common/src/main/resources/org/openecomp/appc/i18n/MessageResources.properties b/appc-common/src/main/resources/org/openecomp/appc/i18n/MessageResources.properties index 354adff9d..7ffb220a1 100644 --- a/appc-common/src/main/resources/org/openecomp/appc/i18n/MessageResources.properties +++ b/appc-common/src/main/resources/org/openecomp/appc/i18n/MessageResources.properties @@ -80,9 +80,9 @@ NO_OVERRIDE_PROPERTY_FILE_LOADED=APPC0007E|\ If a configuration file was expected, verify the file name and that it exists on \ the search path for the configuration properties. The search path defaults to \ <em>${user.home},/opt/app/appc/etc,etc,../etc,/etc,.</em> and can be overridden \ - by specification of the property <em>org.openecomp.appc.bootstrap.path</em>. The \ + by specification of the property <em>org.onap.appc.bootstrap.path</em>. The \ property file name defaults to <em>appc.properties</em> and can also be \ - overridden by the <em>org.openecomp.appc.bootstrap.file</em> property.|\ + overridden by the <em>org.onap.appc.bootstrap.file</em> property.|\ This message indicates that the bootstrap path was searched for the bootstrap \ property file (a file that can be supplied to configure APPC) and that no file \ with the specified name was found on any of the path elements of the path. @@ -92,12 +92,12 @@ SEARCHING_CONFIGURATION_OVERRIDES=APPC0008I|\ No resolution is required|\ This message indicates that the specified path is being examined for a configuration \ file of the indicated name. The configuration file defaults to <em>appc.properties</em> \ - but can be overridden by specification of the <em>org.openecomp.appc.bootstrap.file</em> \ + but can be overridden by specification of the <em>org.onap.appc.bootstrap.file</em> \ property (using a command-line override, for example). This message is intended to \ assist in the debugging and analysis of configuration issues where the indicated \ file may not be processed or found. The path that is searched is a comma-delimited \ list of directories and defaults to <em>${user.home},/opt/app/appc/etc,etc,../etc,/etc,.</em> \ - but can also be overridden by specification of the <em>org.openecomp.appc.bootstrap.path</em> \ + but can also be overridden by specification of the <em>org.onap.appc.bootstrap.path</em> \ property. LOADING_APPLICATION_OVERRIDES=APPC0009I|\ |