summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorxue <>2007-08-11 14:30:07 +0000
committerxue <>2007-08-11 14:30:07 +0000
commit2143fc9d208c82a43cf9ea39f13c724e99f66d16 (patch)
treed9eb876ca5be488f09e6c188a6c78afa652face5 /framework/Exceptions
parentc93842f81958447d70fd46ad2a6d8b2ac686d34e (diff)
further enhanced TUrlMapping.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt
index 372b8501..f4b5678f 100644
--- a/framework/Exceptions/messages.txt
+++ b/framework/Exceptions/messages.txt
@@ -420,4 +420,8 @@ cachesession_cachemodule_inexistent = TCacheHttpSession.CacheModuleID '{0}' poi
cachesession_cachemodule_invalid = TCacheHttpSession.CacheModuleID '{0}' points to a module that does not implement ICache interface.
urlmapping_urlmappingpattern_required = TUrlMapping can only contain TUrlMappingPattern or its child classes.
-urlmappingpattern_serviceparameter_required = TUrlMappingPattern.ServiceParameter is required for pattern '{0}'. \ No newline at end of file
+urlmapping_global_required = TUrlMapping must be configured as a global module.
+urlmapping_configfile_inexistent = TUrlMapping.ConfigFile '{0}' is not a file.
+urlmapping_configfile_invalid = TUrlMapping.ConfigFile '{0}' must point to an XML file in namespace format.
+
+urlmappingpattern_serviceparameter_required = TUrlMappingPattern.ServiceParameter is required for pattern '{0}'.