Update of /var/cvs/config/utils
In directory james.mmbase.org:/tmp/cvs-serv12595

Modified Files:
        resourceloader.xml 
Log Message:
Arrangement to ensure that datatypes in the mmbase jar are read in first. This 
fixes bug MMB-1740


See also: http://cvs.mmbase.org/viewcvs/config/utils
See also: http://www.mmbase.org/jira/browse/MMB-1740


Index: resourceloader.xml
===================================================================
RCS file: /var/cvs/config/utils/resourceloader.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- resourceloader.xml  12 Nov 2008 16:39:31 -0000      1.1
+++ resourceloader.xml  14 Nov 2008 10:10:34 -0000      1.2
@@ -5,10 +5,16 @@
     <!--
         This file contains patterns -> weight, which is used by the 
Classloader parth of ResourceLoaders
     -->
+
+
+
     <!--
+        This arranges that the datatypes defined in mmbase jar are read in 
first.
+        Other jars will normally define (or override) datatypes which are 
based on these, so it's
+        better if they are available asap.
+    -->
     <property name="classloaderpatterns" type="map">
-      <entry><key>.*</key><value>0</value></entry>
+      
<entry><key>!/org/mmbase/config/datatypes.xml</key><value>-1</value></entry>
     </property>
-    -->
   </properties>
 </util>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to