You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/03/22 02:31:06 UTC

svn commit: r639934 - /webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/impl/DescriptionFactoryImplTests.java

Author: dims
Date: Fri Mar 21 18:31:04 2008
New Revision: 639934

URL: http://svn.apache.org/viewvc?rev=639934&view=rev
Log:
temporarily comment out till i figure out why we need the clientConfigFactory field (to get past build break)

Modified:
    webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/impl/DescriptionFactoryImplTests.java

Modified: webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/impl/DescriptionFactoryImplTests.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/impl/DescriptionFactoryImplTests.java?rev=639934&r1=639933&r2=639934&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/impl/DescriptionFactoryImplTests.java (original)
+++ webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/impl/DescriptionFactoryImplTests.java Fri Mar 21 18:31:04 2008
@@ -77,10 +77,10 @@
         QName uniqueQName1 = new QName(namespaceURI, localPart + "_testClearCache1");
         QName uniqueQName2 = new QName(namespaceURI, localPart + "_testClearCache2");
   
-        // the ClientConfigFactory instance is stored DescriptionFactoryImpl clientConfigFactory 
-        // field and for this test we need to clear it, so that a custom version of 
-        // ClientConfigurationFactory can be used.
-        resetClientConfigFactory();
+//        // the ClientConfigFactory instance is stored DescriptionFactoryImpl clientConfigFactory 
+//        // field and for this test we need to clear it, so that a custom version of 
+//        // ClientConfigurationFactory can be used.
+//        resetClientConfigFactory();
         
         // install caching factory        
         ClientConfigurationFactory oldFactory = 
@@ -134,7 +134,7 @@
             // restore old factory by updating the registry THEN clearing the cached factory
             // so it is retrieved from the table again.
             MetadataFactoryRegistry.setFactory(ClientConfigurationFactory.class, oldFactory);
-            resetClientConfigFactory();
+//            resetClientConfigFactory();
         }                          
     }
     



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org