Author: dkulp
Date: Mon Aug 11 11:31:06 2008
New Revision: 684863

URL: http://svn.apache.org/viewvc?rev=684863&view=rev
Log:
Merged revisions 684862 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r684862 | dkulp | 2008-08-11 14:29:00 -0400 (Mon, 11 Aug 2008) | 2 lines
  
  Fix transport ID in the jms wsdls
........

Modified:
    cxf/branches/2.0.x-fixes/   (props changed)
    
cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/jms_pubsub/wsdl/jms_greeter.wsdl
    
cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/jms_queue/wsdl/jms_greeter.wsdl

Propchange: cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Aug 11 11:31:06 2008
@@ -1 +1 @@
-/cxf/trunk:673548,674485,674547,674551,674562,674601,674649,674764,674887,675644,675653,677048,677385,678004,678009,678559,678629,678808,678852,678891,678893,679248,679597,680435,681060,681165,681813,681816,682902,682951,683089,683290,683318,684099,684790-684793,684842
+/cxf/trunk:673548,674485,674547,674551,674562,674601,674649,674764,674887,675644,675653,677048,677385,678004,678009,678559,678629,678808,678852,678891,678893,679248,679597,680435,681060,681165,681813,681816,682902,682951,683089,683290,683318,684099,684790-684793,684842,684862

Propchange: cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Mon Aug 11 11:31:06 2008
@@ -1 +1 @@
-/cxf/trunk:1-684853
+/cxf/trunk:1-684862

Modified: 
cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/jms_pubsub/wsdl/jms_greeter.wsdl
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/jms_pubsub/wsdl/jms_greeter.wsdl?rev=684863&r1=684862&r2=684863&view=diff
==============================================================================
--- 
cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/jms_pubsub/wsdl/jms_greeter.wsdl
 (original)
+++ 
cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/jms_pubsub/wsdl/jms_greeter.wsdl
 Mon Aug 11 11:31:06 2008
@@ -53,7 +53,7 @@
     </wsdl:portType>
     
     <wsdl:binding name="JMSGreeterPortBinding" type="tns:JMSGreeterPortType">
-        <soap:binding style="document" 
transport="http://cxf.apache.org/transport/jms"/>
+        <soap:binding style="document" 
transport="http://cxf.apache.org/transports/jms"/>
        
         <wsdl:operation name="greetMeOneWay">
             <soap:operation soapaction="" style="document"/>

Modified: 
cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/jms_queue/wsdl/jms_greeter.wsdl
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/jms_queue/wsdl/jms_greeter.wsdl?rev=684863&r1=684862&r2=684863&view=diff
==============================================================================
--- 
cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/jms_queue/wsdl/jms_greeter.wsdl
 (original)
+++ 
cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/jms_queue/wsdl/jms_greeter.wsdl
 Mon Aug 11 11:31:06 2008
@@ -100,7 +100,7 @@
     </wsdl:portType>
     
     <wsdl:binding name="JMSGreeterPortBinding" type="tns:JMSGreeterPortType">
-        <soap:binding style="document" 
transport="http://cxf.apache.org/transport/jms"/>
+        <soap:binding style="document" 
transport="http://cxf.apache.org/transports/jms"/>
        
         <wsdl:operation name="greetMe">
             <soap:operation soapAction="" style="document"/>


Reply via email to