diff options
author | xue <> | 2007-08-19 21:16:57 +0000 |
---|---|---|
committer | xue <> | 2007-08-19 21:16:57 +0000 |
commit | 1dc53969d1e4db7248db9892e10f0cad25b5205d (patch) | |
tree | 6132e816b0206ba987ef2bdda156afc1fc6a117d /framework/Exceptions | |
parent | 45016cc46902d78333dc7c3a9348c4d0f8c45048 (diff) |
refactored app config loading code.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 <service> element mus appconfig_servicetype_required = Application configuration <service id="{0}"> must have a "class" attribute. appconfig_parameterid_required = Application configuration <parameter> element must have an "id" attribute. appconfig_includefile_required = Application configuration <include> element must have a "file" attribute. +appconfig_paths_invalid = Application configuration <paths> cannot contain element <{0}>. +appconfig_modules_invalid = Application configuration <modules> cannot contain element <{0}>. +appconfig_services_invalid = Application configuration <services> cannot contain element <{0}>. +appconfig_parameters_invalid = Application configuration <parameters> 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. |