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 2009/03/31 17:06:36 UTC

svn commit: r760469 - in /cxf/branches/2.1.x-fixes: ./ rt/transports/http-jetty/src/main/resources/META-INF/cxf/bus-extensions.xml rt/transports/http/src/main/resources/META-INF/cxf/bus-extensions.xml

Author: dkulp
Date: Tue Mar 31 15:06:27 2009
New Revision: 760469

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

........
  r760468 | dkulp | 2009-03-31 11:02:22 -0400 (Tue, 31 Mar 2009) | 2 lines
  
  [CXF-1999] In non-spring case, make sure the client only transport gets registered if http-jetty isn't there
........

Added:
    cxf/branches/2.1.x-fixes/rt/transports/http/src/main/resources/META-INF/cxf/bus-extensions.xml
      - copied unchanged from r760468, cxf/trunk/rt/transports/http/src/main/resources/META-INF/cxf/bus-extensions.xml
Modified:
    cxf/branches/2.1.x-fixes/   (props changed)
    cxf/branches/2.1.x-fixes/rt/transports/http-jetty/src/main/resources/META-INF/cxf/bus-extensions.xml

Propchange: cxf/branches/2.1.x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Mar 31 15:06:27 2009
@@ -1 +1 @@
-/cxf/trunk:743446,753380,753397,753421,754585,755365,757499,757859,757899,757935,757951,758195,758303,758308,758378,758690,759890,759961,759963-759964,759966,760029,760073,760150,760178,760456
+/cxf/trunk:743446,753380,753397,753421,754585,755365,757499,757859,757899,757935,757951,758195,758303,758308,758378,758690,759890,759961,759963-759964,759966,760029,760073,760150,760178,760456,760468

Propchange: cxf/branches/2.1.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.1.x-fixes/rt/transports/http-jetty/src/main/resources/META-INF/cxf/bus-extensions.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/rt/transports/http-jetty/src/main/resources/META-INF/cxf/bus-extensions.xml?rev=760469&r1=760468&r2=760469&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/rt/transports/http-jetty/src/main/resources/META-INF/cxf/bus-extensions.xml (original)
+++ cxf/branches/2.1.x-fixes/rt/transports/http-jetty/src/main/resources/META-INF/cxf/bus-extensions.xml Tue Mar 31 15:06:27 2009
@@ -19,7 +19,7 @@
 -->
 <extensions xmlns="http://cxf.apache.org/bus/extension">
 
-    <extension class="org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory"  deferred="true">
+    <extension class="org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory" deferred="false">
         <namespace>http://schemas.xmlsoap.org/wsdl/soap/http</namespace>
         <namespace>http://schemas.xmlsoap.org/soap/http</namespace>
         <namespace>http://www.w3.org/2003/05/soap/bindings/HTTP/</namespace>