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 2011/08/25 13:00:02 UTC

svn commit: r1161498 - in /servicemix/smx4/features/trunk: cxf/cxf-binding-nmr/src/test/java/org/apache/servicemix/cxf/binding/nmr/interceptors/NMROperationInInterceptorTest.java parent/pom.xml

Author: ffang
Date: Thu Aug 25 11:00:02 2011
New Revision: 1161498

URL: http://svn.apache.org/viewvc?rev=1161498&view=rev
Log:
[SMX4-902]upgrade to cxf 2.4.2

Modified:
    servicemix/smx4/features/trunk/cxf/cxf-binding-nmr/src/test/java/org/apache/servicemix/cxf/binding/nmr/interceptors/NMROperationInInterceptorTest.java
    servicemix/smx4/features/trunk/parent/pom.xml

Modified: servicemix/smx4/features/trunk/cxf/cxf-binding-nmr/src/test/java/org/apache/servicemix/cxf/binding/nmr/interceptors/NMROperationInInterceptorTest.java
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/cxf/cxf-binding-nmr/src/test/java/org/apache/servicemix/cxf/binding/nmr/interceptors/NMROperationInInterceptorTest.java?rev=1161498&r1=1161497&r2=1161498&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/cxf/cxf-binding-nmr/src/test/java/org/apache/servicemix/cxf/binding/nmr/interceptors/NMROperationInInterceptorTest.java (original)
+++ servicemix/smx4/features/trunk/cxf/cxf-binding-nmr/src/test/java/org/apache/servicemix/cxf/binding/nmr/interceptors/NMROperationInInterceptorTest.java Thu Aug 25 11:00:02 2011
@@ -26,6 +26,7 @@ import javax.xml.namespace.QName;
 
 
 import org.apache.cxf.Bus;
+import org.apache.cxf.BusFactory;
 import org.apache.cxf.binding.BindingFactoryManager;
 import org.apache.cxf.common.i18n.Message;
 import org.apache.cxf.common.logging.LogUtils;
@@ -82,7 +83,7 @@ public class NMROperationInInterceptorTe
         
         EndpointInfo endpointInfo = new EndpointInfo();
         endpointInfo.setBinding(new NMRBindingInfo(null, NMRConstants.NS_NMR_BINDING));
-        Endpoint ep = new EndpointImpl(null, null, endpointInfo);
+        Endpoint ep = new EndpointImpl(BusFactory.getDefaultBus(), null, endpointInfo);
         msg.setExchange(new ExchangeImpl());
         msg.getExchange().put(Endpoint.class, ep);
         try { 

Modified: servicemix/smx4/features/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/parent/pom.xml?rev=1161498&r1=1161497&r2=1161498&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/parent/pom.xml (original)
+++ servicemix/smx4/features/trunk/parent/pom.xml Thu Aug 25 11:00:02 2011
@@ -40,7 +40,7 @@
 
   <!-- Properties -->
   <properties>
-    <cxf.version>2.4.1</cxf.version>
+    <cxf.version>2.4.2</cxf.version>
     <servicemix.nmr.version>1.5.0-SNAPSHOT</servicemix.nmr.version>
   </properties>