Update of /var/cvs/src/org/mmbase/util
In directory james.mmbase.org:/tmp/cvs-serv19130
Modified Files:
ResourceLoader.java
Log Message:
via rmmci noclassdeffounderror on application context reader. Never mind then
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/util
Index: ResourceLoader.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/util/ResourceLoader.java,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- ResourceLoader.java 15 Jul 2008 11:23:03 -0000 1.61
+++ ResourceLoader.java 17 Jul 2008 16:07:40 -0000 1.62
@@ -97,7 +97,7 @@
* <p>For property-files, the java-unicode-escaping is undone on loading, and
applied on saving, so there is no need to think of that.</p>
* @author Michiel Meeuwissen
* @since MMBase-1.8
- * @version $Id: ResourceLoader.java,v 1.61 2008/07/15 11:23:03 michiel Exp $
+ * @version $Id: ResourceLoader.java,v 1.62 2008/07/17 16:07:40 michiel Exp $
*/
public class ResourceLoader extends ClassLoader {
@@ -1313,6 +1313,10 @@
} catch (javax.naming.NamingException ne) {
log.error(ne);
FILES = new HashMap<String, String>();
+ } catch (NoClassDefFoundError ncdfe) {
+ // via rmmci, applcationcontextreader not available. Never mind
+ log.debug(ncdfe);
+ FILES = new HashMap<String, String>();
}
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs