Author: ningjiang
Date: Wed Jun 25 20:29:55 2008
New Revision: 671712

URL: http://svn.apache.org/viewvc?rev=671712&view=rev
Log:
Fixed the build of CXF 2.0.x

Modified:
    
cxf/branches/2.0.x-fixes/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory.java

Modified: 
cxf/branches/2.0.x-fixes/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory.java
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory.java?rev=671712&r1=671711&r2=671712&view=diff
==============================================================================
--- 
cxf/branches/2.0.x-fixes/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory.java
 (original)
+++ 
cxf/branches/2.0.x-fixes/rt/frontend/simple/src/main/java/org/apache/cxf/frontend/AbstractWSDLBasedEndpointFactory.java
 Wed Jun 25 20:29:55 2008
@@ -81,7 +81,7 @@
     }
     
     protected Endpoint createEndpoint() throws BusException, EndpointException 
{        
-        serviceFactory.setFeatures(getFeatures());
+        //serviceFactory.setFeatures(getFeatures());
 
         if (serviceName != null) {
             serviceFactory.setServiceName(serviceName);


Reply via email to