summaryrefslogtreecommitdiff
path: root/framework/Exceptions/messages.txt
diff options
context:
space:
mode:
authorxue <>2007-08-19 21:16:57 +0000
committerxue <>2007-08-19 21:16:57 +0000
commit1dc53969d1e4db7248db9892e10f0cad25b5205d (patch)
tree6132e816b0206ba987ef2bdda156afc1fc6a117d /framework/Exceptions/messages.txt
parent45016cc46902d78333dc7c3a9348c4d0f8c45048 (diff)
refactored app config loading code.
Diffstat (limited to 'framework/Exceptions/messages.txt')
-rw-r--r--framework/Exceptions/messages.txt5
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.