You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/12/20 12:13:25 UTC

[2/2] camel git commit: [CAMEL-10623] Camel CXF version not compatible with WildFly CXF

[CAMEL-10623] Camel CXF version not compatible with WildFly CXF


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

Branch: refs/heads/camel-2.18.x
Commit: 1e341f52e5527cebaaf225c2c3e2b9f8f101b908
Parents: 2801369
Author: Thomas Diesler <th...@jboss.com>
Authored: Tue Dec 20 10:58:31 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Dec 20 13:10:45 2016 +0100

----------------------------------------------------------------------
 .../src/main/java/org/apache/camel/component/cxf/CxfEndpoint.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1e341f52/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfEndpoint.java
----------------------------------------------------------------------
diff --git a/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfEndpoint.java b/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfEndpoint.java
index 11edd4e..526ff8f 100644
--- a/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfEndpoint.java
+++ b/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfEndpoint.java
@@ -1220,7 +1220,7 @@ public class CxfEndpoint extends DefaultEndpoint implements AsyncEndpoint, Heade
                 super.setParameters(params, message);
             }
 
-            message.remove(DataFormat.class);
+            message.remove(DataFormat.class.getName());
         }
 
         private String findName(List<Source> sources, int i) {