OASIS fixes required to make POL_4028 work
------------------------------------------
Key: TUSCANY-3380
URL: https://issues.apache.org/jira/browse/TUSCANY-3380
Project: Tuscany
Issue Type: Bug
Components: OASIS Compliance - OASIS
Affects Versions: Java-SCA-2.0
Environment: All
Reporter: Simon Laws
The XPath should be namespace qualified
Index: definitions.xml
===================================================================
--- definitions.xml (revision 31)
+++ definitions.xml (working copy)
@@ -13,7 +13,7 @@
xmlns:test="http://docs.oasis-open.org/ns/opencsa/scatests/200903"
targetNamespace="http://docs.oasis-open.org/ns/opencsa/scatests/200903">
- <policySet name="PolicySetExtAttachProp" provides="test:testIntent3"
appliesTo="//binding.ws"
attachTo='//compone...@name="TestClient"]/proper...@name="testName"]'>
+ <policySet name="PolicySetExtAttachProp" provides="test:testIntent3"
appliesTo="//binding.ws"
attachTo='//sca:compone...@name="TestClient"]/sca:proper...@name="testName"]'>
<!-- This policy intentionally left blank -->
</policySet>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.