You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2010/05/11 10:16:59 UTC

svn commit: r943037 - in /servicemix/smx4/features/trunk: examples/itests/cxf-http-osgi/src/main/resources/META-INF/spring/beans.xml examples/itests/tests/src/test/java/org/apache/servicemix/examples/CXFNMRIntegrationTest.java pom.xml

Author: ffang
Date: Tue May 11 08:16:58 2010
New Revision: 943037

URL: http://svn.apache.org/viewvc?rev=943037&view=rev
Log:
[SMX4-528]upgrade to cxf 2.2.8

Modified:
    servicemix/smx4/features/trunk/examples/itests/cxf-http-osgi/src/main/resources/META-INF/spring/beans.xml
    servicemix/smx4/features/trunk/examples/itests/tests/src/test/java/org/apache/servicemix/examples/CXFNMRIntegrationTest.java
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/examples/itests/cxf-http-osgi/src/main/resources/META-INF/spring/beans.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/cxf-http-osgi/src/main/resources/META-INF/spring/beans.xml?rev=943037&r1=943036&r2=943037&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/itests/cxf-http-osgi/src/main/resources/META-INF/spring/beans.xml (original)
+++ servicemix/smx4/features/trunk/examples/itests/cxf-http-osgi/src/main/resources/META-INF/spring/beans.xml Tue May 11 08:16:58 2010
@@ -34,7 +34,7 @@
 
 	<jaxws:endpoint id="HTTPEndpoint"
 	    implementor="org.apache.servicemix.examples.cxf.HelloWorldImpl"
-	    address="/HelloWorld"
+	    address="/HelloWorldOSGi"
 	    wsdlLocation="wsdl/hello_world.wsdl"
 	    endpointName="e:HelloWorldImplPort"
 	    serviceName="s:HelloWorldImplService"
@@ -49,7 +49,7 @@
 	    xmlns:e="http://cxf.examples.servicemix.apache.org/"
         xmlns:s="http://cxf.examples.servicemix.apache.org/"
      	wsdlLocation="wsdl/hello_world.wsdl"
-     	address="http://localhost:8080/cxf/HelloWorld"/>   
+     	address="http://localhost:8080/cxf/HelloWorldOSGi"/>   
  
     <osgi:service id="testHelloWorld" ref="client"
         interface="org.apache.servicemix.examples.cxf.HelloWorld"/>

Modified: servicemix/smx4/features/trunk/examples/itests/tests/src/test/java/org/apache/servicemix/examples/CXFNMRIntegrationTest.java
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/itests/tests/src/test/java/org/apache/servicemix/examples/CXFNMRIntegrationTest.java?rev=943037&r1=943036&r2=943037&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/itests/tests/src/test/java/org/apache/servicemix/examples/CXFNMRIntegrationTest.java (original)
+++ servicemix/smx4/features/trunk/examples/itests/tests/src/test/java/org/apache/servicemix/examples/CXFNMRIntegrationTest.java Tue May 11 08:16:58 2010
@@ -92,6 +92,7 @@ public class CXFNMRIntegrationTest exten
             getBundle("org.apache.servicemix.bundles", "org.apache.servicemix.bundles.jaxb-impl"),
             getBundle("org.apache.servicemix.bundles", "org.apache.servicemix.bundles.neethi"),
             getBundle("org.apache.servicemix.bundles", "org.apache.servicemix.bundles.saaj-impl"),
+            getBundle("org.apache.servicemix.bundles", "org.apache.servicemix.bundles.commons-pool"),
             getBundle("org.codehaus.woodstox", "stax2-api"),
             getBundle("org.codehaus.woodstox", "woodstox-core-asl"),
             getBundle("org.apache.servicemix.bundles", "org.apache.servicemix.bundles.wsdl4j"),

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=943037&r1=943036&r2=943037&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Tue May 11 08:16:58 2010
@@ -92,7 +92,7 @@
       <commons-jexl.version>1.1_3</commons-jexl.version>
       <commons-lang-version>2.4</commons-lang-version>
       <axiom.version>1.2.8</axiom.version>
-      <cxf.version>2.2.7</cxf.version>
+      <cxf.version>2.2.8</cxf.version>
       <dom4j.version>1.6.1_2</dom4j.version>
       <drools.version>4.0.7_4</drools.version>
       <depends.maven.plugin.version>1.2</depends.maven.plugin.version>