Author: richard.opalka(a)jboss.com
Date: 2007-09-17 09:39:32 -0400 (Mon, 17 Sep 2007)
New Revision: 4574
Added:
stack/native/branches/ropalka/trunk/src/test/resources/jaxws/wsrm/META-INF/
stack/native/branches/ropalka/trunk/src/test/resources/jaxws/wsrm/META-INF/jboss-wsrm-client.xml
Log:
adding client side wsrm configuration
Added:
stack/native/branches/ropalka/trunk/src/test/resources/jaxws/wsrm/META-INF/jboss-wsrm-client.xml
===================================================================
---
stack/native/branches/ropalka/trunk/src/test/resources/jaxws/wsrm/META-INF/jboss-wsrm-client.xml
(rev 0)
+++
stack/native/branches/ropalka/trunk/src/test/resources/jaxws/wsrm/META-INF/jboss-wsrm-client.xml 2007-09-17
13:39:32 UTC (rev 4574)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jboss-ws-rm
+
xmlns="http://www.jboss.com/ws-rm/config"
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://www.jboss.com/ws-rm/config
+
http://www.jboss.com/ws-rm/schema/jboss-ws-rm_1_0.xsd">
+
+ <!-- Provider to be used for reliable messaging on client side. -->
+ <provider
specVersion="http://docs.oasis-open.org/ws-rx/wsrm/200702"/>
+
+ <!-- Message store to be used for reliable messaging on client side. -->
+ <message-store
+ name="Database Based Message Store"
+ class="org.jboss.ws.extensions.wsrm.msgstores.DBMessageStore"
+ storeId="clientStore">
+ <config-file>META-INF/db-msgstore-config.xml</config-file>
+ </message-store>
+
+</jboss-ws-rm>
Property changes on:
stack/native/branches/ropalka/trunk/src/test/resources/jaxws/wsrm/META-INF/jboss-wsrm-client.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF