dain 2004/02/26 16:58:30
Modified: modules/deployment/src/java/org/apache/geronimo/deployment
Deployer.java
Log:
No longer an entry point so it does not need to initialize logging
Revision Changes Path
1.13 +1 -9
incubator-geronimo/modules/deployment/src/java/org/apache/geronimo/deployment/Deployer.java
Index: Deployer.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/deployment/src/java/org/apache/geronimo/deployment/Deployer.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Deployer.java 25 Feb 2004 09:57:35 -0000 1.12
+++ Deployer.java 27 Feb 2004 00:58:30 -0000 1.13
@@ -42,7 +42,6 @@
import org.apache.geronimo.gbean.GConstructorInfo;
import org.apache.geronimo.kernel.config.ConfigurationStore;
import org.apache.geronimo.kernel.config.InvalidConfigException;
-import org.apache.geronimo.kernel.log.GeronimoLogging;
import org.apache.xmlbeans.SchemaTypeLoader;
import org.apache.xmlbeans.XmlBeans;
import org.apache.xmlbeans.XmlObject;
@@ -54,13 +53,6 @@
* @version $Revision$ $Date$
*/
public class Deployer {
- static {
- // This MUST be done before the first log is acquired
- GeronimoLogging.initialize(GeronimoLogging.ERROR);
- }
-
- public static final URI DEFAULT_CONFIG =
URI.create("org/apache/geronimo/J2EEDeployer");
-
private final Collection builders;
private final ConfigurationStore store;