Author: dkulp Date: Thu Dec 20 20:08:05 2012 New Revision: 1424660 URL: http://svn.apache.org/viewvc?rev=1424660&view=rev Log: Merged revisions 1424657 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.6.x-fixes
........ r1424657 | dkulp | 2012-12-20 15:05:22 -0500 (Thu, 20 Dec 2012) | 10 lines Merged revisions 1424641 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1424641 | dkulp | 2012-12-20 14:11:36 -0500 (Thu, 20 Dec 2012) | 2 lines Namespaces are wrong for the XPaths, so nothing was being signed/encrypted ........ ........ Modified: cxf/branches/2.5.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/DoubleIt.wsdl Modified: cxf/branches/2.5.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/DoubleIt.wsdl URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/DoubleIt.wsdl?rev=1424660&r1=1424659&r2=1424660&view=diff ============================================================================== --- cxf/branches/2.5.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/DoubleIt.wsdl (original) +++ cxf/branches/2.5.x-fixes/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/security/DoubleIt.wsdl Thu Dec 20 20:08:05 2012 @@ -532,11 +532,11 @@ </sp:SymmetricBinding> <sp:EncryptedElements xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> - <sp:XPath xmlns:example1="http://cxf.apache.org/policytest/DoubleIt">//example1:DoubleIt/numberToDouble</sp:XPath> + <sp:XPath xmlns:example1="http://www.example.org/schema/DoubleIt">//example1:DoubleIt/numberToDouble</sp:XPath> </sp:EncryptedElements> <sp:SignedElements xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"> - <sp:XPath xmlns:example1="http://cxf.apache.org/policytest/DoubleIt">//example1:DoubleIt/numberToDouble</sp:XPath> + <sp:XPath xmlns:example1="http://www.example.org/schema/DoubleIt">//example1:DoubleIt/numberToDouble</sp:XPath> </sp:SignedElements> <sp:RequiredElements xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702">
