From 1dc53969d1e4db7248db9892e10f0cad25b5205d Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 19 Aug 2007 21:16:57 +0000 Subject: refactored app config loading code. --- framework/Exceptions/messages.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'framework/Exceptions/messages.txt') diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index f4b5678f..6fc7360a 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -44,6 +44,11 @@ appconfig_serviceid_required = Application configuration element mus appconfig_servicetype_required = Application configuration must have a "class" attribute. appconfig_parameterid_required = Application configuration element must have an "id" attribute. appconfig_includefile_required = Application configuration element must have a "file" attribute. +appconfig_paths_invalid = Application configuration cannot contain element <{0}>. +appconfig_modules_invalid = Application configuration cannot contain element <{0}>. +appconfig_services_invalid = Application configuration cannot contain element <{0}>. +appconfig_parameters_invalid = Application configuration cannot contain element <{0}>. +appconfig_tag_invalid = Application configuration cannot contain element <{0}>. securitymanager_validationkey_invalid = TSecurityManager.ValidationKey must not be empty. securitymanager_encryptionkey_invalid = TSecurityManager.EncryptionKey must not be empty. -- cgit v1.2.3