Author: svkrish
Date: Tue Nov 27 07:42:09 2007
New Revision: 598677
URL: http://svn.apache.org/viewvc?rev=598677&view=rev
Log:
cleaning up namespaces for policysets
Modified:
incubator/tuscany/java/sca/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml
Modified:
incubator/tuscany/java/sca/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml?rev=598677&r1=598676&r2=598677&view=diff
==============================================================================
---
incubator/tuscany/java/sca/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml
(original)
+++
incubator/tuscany/java/sca/samples/helloworld-ws-service-secure/src/main/resources/definitions.xml
Tue Nov 27 07:42:09 2007
@@ -20,7 +20,8 @@
<sca:definitions xmlns="http://www.osoa.org/xmlns/sca/1.0"
targetNamespace="http://www.osoa.org/xmlns/sca/1.0"
xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"
- xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0">
+ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
+ xmlns:hw="http://helloworld">
<sca:intent name="soap"
constrains="sca:binding.ws">
@@ -66,7 +67,7 @@
</sca:intent>
<!-- WS Security POLICY SETS -->
- <sca:policySet name="wsAuthenticationPolicy"
+ <sca:policySet name="hw:wsAuthenticationPolicy"
provides="authentication"
appliesTo="sca:binding.ws"
>
@@ -81,7 +82,7 @@
</sca:policySet>
<!-- A policyset that uses WS Policy -->
- <sca:policySet name="wsSecurityPolicyForIntegrity"
+ <sca:policySet name="hw:wsSecurityPolicyForIntegrity"
provides="integrity"
appliesTo="sca:binding.ws">
<wsp:Policy wsu:Id="SignOnly"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]