Author: kstam
Date: Wed Jun 29 19:09:18 2011
New Revision: 1141198

URL: http://svn.apache.org/viewvc?rev=1141198&view=rev
Log:
SCOUT-118, defaulting to 2.0

Modified:
    juddi/scout/trunk/src/test/java/org/apache/ws/scout/BaseTestCase.java

Modified: juddi/scout/trunk/src/test/java/org/apache/ws/scout/BaseTestCase.java
URL: 
http://svn.apache.org/viewvc/juddi/scout/trunk/src/test/java/org/apache/ws/scout/BaseTestCase.java?rev=1141198&r1=1141197&r2=1141198&view=diff
==============================================================================
--- juddi/scout/trunk/src/test/java/org/apache/ws/scout/BaseTestCase.java 
(original)
+++ juddi/scout/trunk/src/test/java/org/apache/ws/scout/BaseTestCase.java Wed 
Jun 29 19:09:18 2011
@@ -27,7 +27,6 @@ import javax.xml.registry.Connection;
 import javax.xml.registry.ConnectionFactory;
 import javax.xml.registry.JAXRException;
 
-import org.apache.juddi.v3.client.config.UDDIClerkManager;
 import org.apache.ws.scout.registry.RegistryImpl;
 /**
  * Test to check Jaxr Publish
@@ -37,10 +36,7 @@ import org.apache.ws.scout.registry.Regi
  * @since Sept 21, 2006
  */
 public class BaseTestCase
-{
-       
-       private static UDDIClerkManager manager;
-       
+{      
     protected Connection connection;
     protected Connection connection2;
     
@@ -97,11 +93,6 @@ public class BaseTestCase
                uddiversion = 
scoutProperties.getProperty("scout.proxy.uddiVersion","2.0");
             }
             
-            if ("3.0".equals(uddiversion)) {
-               manager = new UDDIClerkManager();
-               manager.start();
-            }
-            
             if (scoutProperties.getProperty("scout.proxy.uddiNamespace") != 
null) {
                uddinamespace = 
scoutProperties.getProperty("scout.proxy.uddiNamespace");
             }            
@@ -151,9 +142,6 @@ public class BaseTestCase
        
         try
         {
-               if ("3.0".equals(uddiversion)) {
-               manager.stop();
-            }
             if (connection != null)
                 connection.close();
             



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to