Update of /var/cvs/src/org/mmbase/framework
In directory james.mmbase.org:/tmp/cvs-serv9940

Modified Files:
        ComponentRepository.java 
Log Message:
CNFE is a propbably a straightforward configuration error, not warranting a 
complete stacktrace in the log


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/framework


Index: ComponentRepository.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/framework/ComponentRepository.java,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- ComponentRepository.java    3 Nov 2008 16:43:48 -0000       1.45
+++ ComponentRepository.java    1 Dec 2008 09:23:49 -0000       1.46
@@ -25,7 +25,7 @@
  * Components can be configured by placing their configuration in 
'config/components/'.
  *
  * @author Michiel Meeuwissen
- * @version $Id: ComponentRepository.java,v 1.45 2008/11/03 16:43:48 michiel 
Exp $
+ * @version $Id: ComponentRepository.java,v 1.46 2008/12/01 09:23:49 michiel 
Exp $
  * @since MMBase-1.9
  */
 public class ComponentRepository {
@@ -244,6 +244,8 @@
                     } else {
                         log.debug("" + url + " does not exist");
                     }
+                } catch (ClassNotFoundException cnfe) {
+                    log.error("For " + url + ": " + cnfe.getClass() + " " + 
cnfe.getMessage());
                 } catch (Exception e) {
                     log.error("For " + url + ": " + e.getMessage(), e);
                 }
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to