You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2008/05/15 03:11:09 UTC

svn commit: r656484 - in /cxf/trunk/distribution/src/main/release/samples/wsdl_first_https: CherryServer.cxf WibbleClient.cxf

Author: dkulp
Date: Wed May 14 18:11:09 2008
New Revision: 656484

URL: http://svn.apache.org/viewvc?rev=656484&view=rev
Log:
Fix https stuff on my mac, remove some unneeded bus lines.

Modified:
    cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/CherryServer.cxf
    cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/WibbleClient.cxf

Modified: cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/CherryServer.cxf
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/CherryServer.cxf?rev=656484&r1=656483&r2=656484&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/CherryServer.cxf (original)
+++ cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/CherryServer.cxf Wed May 14 18:11:09 2008
@@ -40,7 +40,7 @@
   <http:destination name="{http://apache.org/hello_world_soap_http}GreeterPort.http-destination"> 
   </http:destination>
 
-  <httpj:engine-factory bus="cxf">
+  <httpj:engine-factory>
    <httpj:engine port="9001">
     <httpj:tlsServerParameters>
       <sec:keyManagers keyPassword="password">
@@ -66,7 +66,4 @@
     </httpj:tlsServerParameters>
    </httpj:engine>
   </httpj:engine-factory>
-  
-  <!-- We need a bean named "cxf" -->
-  <bean id="cxf" class="org.apache.cxf.bus.CXFBusImpl"/>
 </beans>

Modified: cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/WibbleClient.cxf
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/WibbleClient.cxf?rev=656484&r1=656483&r2=656484&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/WibbleClient.cxf (original)
+++ cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/WibbleClient.cxf Wed May 14 18:11:09 2008
@@ -36,7 +36,7 @@
            http://www.springframework.org/schema/beans/spring-beans.xsd">
 
   <http:conduit name="{http://apache.org/hello_world_soap_http}SoapPort.http-conduit">
-    <http:tlsClientParameters>
+    <http:tlsClientParameters disableCNCheck="true">
       <sec:trustManagers>
           <sec:keyStore type="JKS" password="password"
                file="certs/truststore.jks"/>
@@ -58,8 +58,5 @@
       </sec:cipherSuitesFilter>
     </http:tlsClientParameters>
    </http:conduit>
-  
-    <bean id="cxf" class="org.apache.cxf.bus.CXFBusImpl">
-    </bean> 
+</beans> 
 
-</beans>



Re: svn commit: r656484 - in /cxf/trunk/distribution/src/main/release/samples/wsdl_first_https: CherryServer.cxf WibbleClient.cxf

Posted by Benson Margulies <bi...@gmail.com>.
I've we're going to remove unnecessary bus lines, how about starting
with FungWa?

Re: svn commit: r656484 - in /cxf/trunk/distribution/src/main/release/samples/wsdl_first_https: CherryServer.cxf WibbleClient.cxf

Posted by Glen Mazza <gl...@verizon.net>.
2008-05-15 dkulp@apache.org:
> Author: dkulp
> Date: Wed May 14 18:11:09 2008
> New Revision: 656484
> 
> URL: http://svn.apache.org/viewvc?rev=656484&view=rev
> Log:
> Fix https stuff on my mac, remove some unneeded bus lines.
                 
Please, no more product placement ads in the svn commits...  ;-)