Updated Branches:
  refs/heads/master e7423fb21 -> 1a2075d62

Reverted the camel-cxf patch which should not be committed


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1a2075d6
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1a2075d6
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1a2075d6

Branch: refs/heads/master
Commit: 1a2075d62fc43fa7b9d7e9eac86916c3ad3d78ec
Parents: e7423fb
Author: Willem Jiang <ningji...@apache.org>
Authored: Wed Sep 4 10:39:19 2013 +0800
Committer: Willem Jiang <ningji...@apache.org>
Committed: Wed Sep 4 10:39:19 2013 +0800

----------------------------------------------------------------------
 .../camel/component/cxf/feature/CXFMessageDataFormatFeature.java | 2 --
 .../camel/component/cxf/wssecurity/camel/camel-context.xml       | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1a2075d6/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/feature/CXFMessageDataFormatFeature.java
----------------------------------------------------------------------
diff --git 
a/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/feature/CXFMessageDataFormatFeature.java
 
b/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/feature/CXFMessageDataFormatFeature.java
index 846564e..ad1147d 100644
--- 
a/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/feature/CXFMessageDataFormatFeature.java
+++ 
b/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/feature/CXFMessageDataFormatFeature.java
@@ -23,7 +23,6 @@ import java.util.Collection;
 import javax.xml.soap.SOAPMessage;
 import javax.xml.transform.Source;
 
-import 
org.apache.camel.component.cxf.interceptors.SoapMessageRedirectInterceptor;
 import org.apache.cxf.Bus;
 import org.apache.cxf.binding.Binding;
 import org.apache.cxf.binding.soap.SoapBinding;
@@ -86,7 +85,6 @@ public class CXFMessageDataFormatFeature extends 
AbstractDataFormatFeature {
             ep.getInInterceptors().add(new SAAJInInterceptor());          
             SAAJOutInterceptor out = new SAAJOutInterceptor();
             ep.getOutInterceptors().add(out);
-            ep.getOutInterceptors().add(new SoapMessageRedirectInterceptor());
             ep.getOutInterceptors().add(new MessageModeOutInterceptor(out, 
ep.getBinding().getBindingInfo().getName()));
             fmt = SOAPMessage.class;
         } else {

http://git-wip-us.apache.org/repos/asf/camel/blob/1a2075d6/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wssecurity/camel/camel-context.xml
----------------------------------------------------------------------
diff --git 
a/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wssecurity/camel/camel-context.xml
 
b/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wssecurity/camel/camel-context.xml
index 3bbdbff..c8eb963 100644
--- 
a/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wssecurity/camel/camel-context.xml
+++ 
b/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/wssecurity/camel/camel-context.xml
@@ -68,9 +68,9 @@
   <camelContext id="camel" xmlns="http://camel.apache.org/schema/spring";>
    <route errorHandlerRef="noErrorHandler">
        <from uri="cxf:bean:route" />
-       <!-- process ref="myProcessor" /-->
+       <process ref="myProcessor" />
        <to uri="cxf:bean:service"/>
-       <!-- process ref="myProcessor" /-->
+       <process ref="myProcessor" />
    </route>
 
   </camelContext>

Reply via email to