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/04/27 12:37:17 UTC

svn commit: r938405 - in /servicemix/smx4/features/trunk: camel/servicemix-camel/src/test/java/org/apache/servicemix/camel/nmr/AttachmentTest.java pom.xml

Author: ffang
Date: Tue Apr 27 10:37:16 2010
New Revision: 938405

URL: http://svn.apache.org/viewvc?rev=938405&view=rev
Log:
[SMX4-524]upgrade to cxf 2.2.7

Modified:
    servicemix/smx4/features/trunk/camel/servicemix-camel/src/test/java/org/apache/servicemix/camel/nmr/AttachmentTest.java
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/camel/servicemix-camel/src/test/java/org/apache/servicemix/camel/nmr/AttachmentTest.java
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/servicemix-camel/src/test/java/org/apache/servicemix/camel/nmr/AttachmentTest.java?rev=938405&r1=938404&r2=938405&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/servicemix-camel/src/test/java/org/apache/servicemix/camel/nmr/AttachmentTest.java (original)
+++ servicemix/smx4/features/trunk/camel/servicemix-camel/src/test/java/org/apache/servicemix/camel/nmr/AttachmentTest.java Tue Apr 27 10:37:16 2010
@@ -153,7 +153,7 @@ public class AttachmentTest extends Came
         EndpointInfo ei = service.getEndpointInfo(portName);
         JaxWsEndpointImpl jaxwsEndpoint = new JaxWsEndpointImpl(bus, service,
                 ei);
-        SOAPBinding jaxWsSoapBinding = new SOAPBindingImpl(ei.getBinding());
+        SOAPBinding jaxWsSoapBinding = new SOAPBindingImpl(ei.getBinding(), jaxwsEndpoint);
         jaxWsSoapBinding.setMTOMEnabled(enableMTOM);
 
         Client client = new ClientImpl(bus, jaxwsEndpoint);

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=938405&r1=938404&r2=938405&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Tue Apr 27 10:37:16 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.6</cxf.version>
+      <cxf.version>2.2.7</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>