Author: chamikara
Date: Tue Feb 14 23:39:02 2006
New Revision: 377957
URL: http://svn.apache.org/viewcvs?rev=377957&view=rev
Log:
added the supported policy namespaces tag
Modified:
webservices/sandesha/trunk/config/module.xml
Modified: webservices/sandesha/trunk/config/module.xml
URL:
http://svn.apache.org/viewcvs/webservices/sandesha/trunk/config/module.xml?rev=377957&r1=377956&r2=377957&view=diff
==============================================================================
--- webservices/sandesha/trunk/config/module.xml (original)
+++ webservices/sandesha/trunk/config/module.xml Tue Feb 14 23:39:02 2006
@@ -55,6 +55,8 @@
<parameter name="MessageTypesToDrop" locked="xsd:false">none</parameter>
-->
+ <supported-policy-namespaces
namespaces="http://ws.apache.org/sandesha2/policy" />
+
<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
xmlns:wsrm="http://ws.apache.org/sandesha2/policy" wsu:Id="RMPolicy">
@@ -73,12 +75,11 @@
<!-- This will not be overriden by service level policies -->
<wsrm:MessageTypesToDrop>none</wsrm:MessageTypesToDrop>
-
-
+
<!-- This will not be overriden by service level policies -->
<wsrm:StorageManagers>
<wsrm:StorageManager>
- org.apache.sandesha2.storage.inmemory.InMemoryStorageManager
+ org.apache.sandesha2.storage.inmemory.InMemoryStorageManager
</wsrm:StorageManager>
</wsrm:StorageManagers>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]