Author: veithen
Date: Sat Aug 13 20:28:23 2011
New Revision: 1157424

URL: http://svn.apache.org/viewvc?rev=1157424&view=rev
Log:
Removed the call to BasicConfigurator.configure(). Since we already have a 
log4j.properties file, this would register a second console appender on the 
root logger.

Modified:
    
axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/framework/AbstractTestCase.java

Modified: 
axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/framework/AbstractTestCase.java
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/framework/AbstractTestCase.java?rev=1157424&r1=1157423&r2=1157424&view=diff
==============================================================================
--- 
axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/framework/AbstractTestCase.java
 (original)
+++ 
axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/framework/AbstractTestCase.java
 Sat Aug 13 20:28:23 2011
@@ -30,17 +30,12 @@ import junit.framework.TestCase;
 import org.apache.axis2.jaxws.TestLogger;
 import org.apache.axis2.jaxws.dispatch.DispatchTestConstants;
 import org.apache.axis2.testutils.RuntimeIgnoreException;
-import org.apache.log4j.BasicConfigurator;
 
 public class AbstractTestCase extends TestCase {
     public AbstractTestCase() {
         super();
     }
 
-    static {
-        BasicConfigurator.configure();
-    }
-    
     /*
      * users may pass in their own repositoryDir path and path to custom 
configuration file.
      * Passing 'null' for either param will use the default


Reply via email to