Update of /var/cvs/contributions/didactor2/src/core/java/nl/didactor/component
In directory james.mmbase.org:/tmp/cvs-serv28659/java/nl/didactor/component

Modified Files:
        Component.java 
Log Message:



See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/java/nl/didactor/component


Index: Component.java
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/core/java/nl/didactor/component/Component.java,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- Component.java      7 Aug 2008 16:33:49 -0000       1.29
+++ Component.java      15 Oct 2008 15:45:55 -0000      1.30
@@ -86,7 +86,7 @@
 
     /**
      * Initializes the component. This is called during startup
-     * of Di\dactor. This method will be called every time your Didactor
+     * of Didactor. This method will be called every time your Didactor
      * installation is restarted.
      */
     public void init() {
@@ -365,6 +365,7 @@
         if (setting == null) {
             throw new RuntimeException("Setting with name '" + settingName + 
"' is not defined for component '" + getName() + "'");
         }
+        if (cloud == null) cloud = 
org.mmbase.bridge.ContextProvider.getDefaultCloudContext().getCloud("mmbase", 
"class", null);
 
         org.mmbase.bridge.NodeList settingNodes;
         if (id == node.getNumber()) {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to