Update of /var/cvs/src/org/mmbase/module/core
In directory james.mmbase.org:/tmp/cvs-serv30487
Modified Files:
MMBase.java
Log Message:
doesn't work quite well yet
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/module/core
Index: MMBase.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/module/core/MMBase.java,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -b -r1.234 -r1.235
--- MMBase.java 18 Feb 2008 14:57:40 -0000 1.234
+++ MMBase.java 22 Feb 2008 11:43:39 -0000 1.235
@@ -44,7 +44,7 @@
* @author Pierre van Rooden
* @author Johannes Verelst
* @author Ernst Bunders
- * @version $Id: MMBase.java,v 1.234 2008/02/18 14:57:40 michiel Exp $
+ * @version $Id: MMBase.java,v 1.235 2008/02/22 11:43:39 michiel Exp $
*/
public class MMBase extends ProcessorModule {
@@ -256,7 +256,7 @@
* Sets parameters (authorisation, language), loads the builders, and
starts MultiCasting.
*/
public void init() {
- synchronized(MMBase.class) {
+ //synchronized(MMBase.class) {
if (mmbaseState >= STATE_STARTED_INIT) {
log.debug("Already initialized or initializing");
return;
@@ -448,8 +448,8 @@
// signal that MMBase is up and running
mmbaseState = STATE_UP;
log.info("MMBase is up and running");
- notifyAll();
- }
+ //notifyAll();
+ //}
}
// javadoc inherited
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs