Author: channa
Date: Tue Jan 22 05:35:29 2008
New Revision: 12683

Log:

Removed code setting server status in ServerMonitor MBean as ServerAdmin 
MBean's status is being used instead.

Modified:
   
trunk/mashup/java/modules/core/src/org/wso2/mashup/transport/MashupServerInitializer.java

Modified: 
trunk/mashup/java/modules/core/src/org/wso2/mashup/transport/MashupServerInitializer.java
==============================================================================
--- 
trunk/mashup/java/modules/core/src/org/wso2/mashup/transport/MashupServerInitializer.java
   (original)
+++ 
trunk/mashup/java/modules/core/src/org/wso2/mashup/transport/MashupServerInitializer.java
   Tue Jan 22 05:35:29 2008
@@ -125,9 +125,6 @@
                     new Parameter(MashupConstants.QUARTZ_FUNCTION_SCHEDULER, 
scheduler);
             configuration.addParameter(functionScheduler);
 
-            // Notify MBean that server is now running.
-            MashupUtils.setServerRunning(true);
-
             // Applying a dummy tag so that searching works
             // https://wso2.org/jira/browse/REGISTRY-24
             SecureRegistry secureRegistry =

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to