Author: michiel
Date: 2009-07-06 14:35:56 +0200 (Mon, 06 Jul 2009)
New Revision: 36563

Modified:
   mmbase/trunk/core/src/main/config/datatypes.xml
Log:
maxLength specified on wrong spot

Modified: mmbase/trunk/core/src/main/config/datatypes.xml
===================================================================
--- mmbase/trunk/core/src/main/config/datatypes.xml     2009-07-06 12:35:37 UTC 
(rev 36562)
+++ mmbase/trunk/core/src/main/config/datatypes.xml     2009-07-06 12:35:56 UTC 
(rev 36563)
@@ -363,8 +363,8 @@
         the effect is that a handle field which already is present in the 
database, cannot be saved.
       </description>
       <property name="collator" value=":IDENTICAL" />
+      <maxLength value="255" />
       <pattern enforce="never" value="\A[^\n\r]*\z" />
-      <maxLength value="255" />
       <getprocessor>
         <class 
name="org.mmbase.datatypes.processors.ChecksumGetProcessorFactory">
           <param name="field">handle</param>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to