diff Lib/IMPL/DOM/Schema.pm @ 245:7c517134c42f

Added Unsupported media type Web exception corrected resourceLocation setting in the resource Implemented localizable resources for text messages fixed TT view scopings, INIT block in controls now sets globals correctly.
author sergey
date Mon, 29 Oct 2012 03:15:22 +0400
parents 5c82eec23bb6
children 2746a8e5a6c4
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Schema.pm	Mon Oct 22 04:09:27 2012 +0400
+++ b/Lib/IMPL/DOM/Schema.pm	Mon Oct 29 03:15:22 2012 +0400
@@ -109,7 +109,7 @@
     
     my @errors = $class->MetaSchema->Validate($schema);
     
-    die new IMPL::Exception("Schema is invalid",$file,map( $_->Message, @errors ) ) if @errors;
+    die new IMPL::Exception("Schema is invalid",$file,map( $_->message, @errors ) ) if @errors;
     
     $schema->Process;