User: andreas
Date: 00/12/07 10:16:08
Modified: src/main/org/jboss/configuration ConfigurationService.java
Log:
Changes to ServiceMBean therefore that if the Default-
Log class is not available then it does not logging.
Thus I could extract the JMX Connector (server-side)
from jBoss therefore that it can be used elsewhere.
Both (server- and client-side) connector archives are then
put in the new directory external which should keep all
archives developed under jBoss but available to other
groups.
Revision Changes Path
1.12 +3 -2 jboss/src/main/org/jboss/configuration/ConfigurationService.java
Index: ConfigurationService.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/configuration/ConfigurationService.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ConfigurationService.java 2000/12/07 15:44:05 1.11
+++ ConfigurationService.java 2000/12/07 18:16:07 1.12
@@ -29,7 +29,7 @@
*
* @see <related>
* @author Rickard �berg ([EMAIL PROTECTED])
- * @version $Revision: 1.11 $
+ * @version $Revision: 1.12 $
*/
public class ConfigurationService
extends ServiceMBeanSupport
@@ -48,7 +48,7 @@
}
// Attributes ----------------------------------------------------
- Log log = new Log(getName());
+ Log log = Log.createLog(getName());
MBeanServer server;
@@ -394,4 +394,5 @@
return false;
}
}
+