Author: michiel
Date: 2010-03-25 15:23:51 +0100 (Thu, 25 Mar 2010)
New Revision: 41610

Modified:
   
mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/framework/ComponentRepository.java
Log:
  MMB-1944

Modified: 
mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/framework/ComponentRepository.java
===================================================================
--- 
mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/framework/ComponentRepository.java
 2010-03-25 14:21:56 UTC (rev 41609)
+++ 
mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/framework/ComponentRepository.java
 2010-03-25 14:23:51 UTC (rev 41610)
@@ -68,6 +68,13 @@
         return repository;
     }
 
+
+    /**
+     * @since MMBase-1.9.3
+     */
+    public static class Ready extends org.mmbase.core.event.SystemEvent {
+    }
+
     static {
         synchronized(repository) {
             ResourceWatcher rw = new ResourceWatcher() {
@@ -284,10 +291,12 @@
                 log.error("Not all components satisfied their dependencies");
             }
             log.info("Found the following components " + getComponents());
+
         } finally {
             isConfigured = true;
             configuringThread = null;
             notifyAll();
+            
org.mmbase.core.event.EventManager.getInstance().propagateEvent(new Ready(), 
true);
         }
     }
 

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to