You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2014/06/26 10:43:07 UTC

git commit: Fixed the WSSecurityRouteTest test error in JDK8

Repository: camel
Updated Branches:
  refs/heads/master eb0d2f8dc -> 56fbbfd02


Fixed the  WSSecurityRouteTest test error in JDK8


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

Branch: refs/heads/master
Commit: 56fbbfd0273118d9aa4deb9f67a0759b744fe265
Parents: eb0d2f8
Author: Willem Jiang <wi...@gmail.com>
Authored: Thu Jun 26 16:42:44 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Thu Jun 26 16:42:44 2014 +0800

----------------------------------------------------------------------
 .../camel/component/cxf/wssecurity/camel/camel-context.xml     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/56fbbfd0/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 abccafe..bfe6640 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
@@ -26,7 +26,7 @@
     
     <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
     
-    <import resource="classpath:META-INF/cxf/cxf.xml"/>
+    <!--import resource="classpath:META-INF/cxf/cxf.xml"/-->
     
     <cxf:cxfEndpoint 
         id="signatureRoute" 
@@ -117,11 +117,11 @@
         </route>
         <route errorHandlerRef="noErrorHandler">
             <from uri="cxf:bean:encryptionRoute"/>
-            <to uri="cxf:bean:encryptionService"/>
+            <to uri="cxf:bean:encryptionService?DefaultOperationName=greetMe"/>
         </route>
         <route errorHandlerRef="noErrorHandler">
             <from uri="cxf:bean:securityPolicyRoute"/>
-            <to uri="cxf:bean:securityPolicyService"/>
+            <to uri="cxf:bean:securityPolicyService?DefaultOperationName=greetMe"/>
         </route>
     </camelContext>