Author: buildbot
Date: Sun Oct 13 22:47:52 2013
New Revision: 882456
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/docs.pageCache
websites/production/cxf/content/docs/wsrmconfiguration.html
Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/docs/wsrmconfiguration.html
==============================================================================
--- websites/production/cxf/content/docs/wsrmconfiguration.html (original)
+++ websites/production/cxf/content/docs/wsrmconfiguration.html Sun Oct 13
22:47:52 2013
@@ -230,10 +230,10 @@ xmlns:wsu="http://docs.oasis-open.org/ws
<h2><a shape="rect"
name="WSRMConfiguration-ConfiguringtheReliableMessagingStore"></a>Configuring
the Reliable Messaging Store</h2>
-<p>To enable persistence, you must specify the object implementing the
persistent store for RM. You can develop your own, or use the JDBC based store
that comes with CXF (class org.apache.cxf.ws.rm.persistence.jdbc.RMTxStore).
You can configure the latter using a custom jdbcStore bean (namespace <a
shape="rect"
href="http://cxf.apache.org/ws/rm/manager">http://cxf.apache.org/ws/rm/manager</a>).
It supports the attributes:</p>
+<p>To enable persistence, you must specify the object implementing the
persistent store for RM. You can develop your own, or use the JDBC based store
that comes with CXF (class org.apache.cxf.ws.rm.persistence.jdbc.RMTxStore).
You can configure the latter using a custom jdbcStore bean (namespace <a
shape="rect"
href="http://cxf.apache.org/ws/rm/manager">http://cxf.apache.org/ws/rm/manager</a>)
inside the wsrm-mgr:reliableMessaging element. The jdbcStore bean supports the
attributes:</p>
<div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh">Attribute Name </th><th colspan="1" rowspan="1"
class="confluenceTh"> Type </th><th colspan="1" rowspan="1"
class="confluenceTh"> Default </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd">driverClassName </td><td colspan="1" rowspan="1"
class="confluenceTd"> String </td><td colspan="1" rowspan="1"
class="confluenceTd"> org.apache.derby.jdbc.EmbeddedDriver </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> userName </td><td colspan="1"
rowspan="1" class="confluenceTd"> String </td><td colspan="1" rowspan="1"
class="confluenceTd"> null </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> passWord </td><td colspan="1" rowspan="1"
class="confluenceTd"> String </td><td colspan="1" rowspan="1"
class="confluenceTd"> null </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> url </td><td colspan="1" rowspan="1"
class="confluenceTd"> String </td><td colspa
n="1" rowspan="1" class="confluenceTd"> jdbc:derby:rmdb;create=true
</td></tr></tbody></table>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1"
class="confluenceTh">Attribute Name </th><th colspan="1" rowspan="1"
class="confluenceTh"> Type </th><th colspan="1" rowspan="1"
class="confluenceTh"> Default </th></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> dataSource </td><td colspan="1" rowspan="1"
class="confluenceTd"> String </td><td colspan="1" rowspan="1"
class="confluenceTd"> null </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> driverClassName </td><td colspan="1" rowspan="1"
class="confluenceTd"> String </td><td colspan="1" rowspan="1"
class="confluenceTd"> org.apache.derby.jdbc.EmbeddedDriver </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> initialReconnectDelay </td><td
colspan="1" rowspan="1" class="confluenceTd"> long </td><td colspan="1"
rowspan="1" class="confluenceTd"> 0 </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> keepConnection </td><td colspan="1" rowspan="1"
class="confluenceTd">
boolean </td><td colspan="1" rowspan="1" class="confluenceTd"> false
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">
maxReconnectAttempts </td><td colspan="1" rowspan="1" class="confluenceTd"> int
</td><td colspan="1" rowspan="1" class="confluenceTd"> 0 </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> passWord </td><td colspan="1"
rowspan="1" class="confluenceTd"> String </td><td colspan="1" rowspan="1"
class="confluenceTd"> null </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> tableExistsCode </td><td colspan="1" rowspan="1"
class="confluenceTd"> int </td><td colspan="1" rowspan="1"
class="confluenceTd"> 0 </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> tableExistsState </td><td colspan="1" rowspan="1"
class="confluenceTd"> String </td><td colspan="1" rowspan="1"
class="confluenceTd"> null </td></tr><tr><td colspan="1" rowspan="1"
class="confluenceTd"> schemaName </td><td colspan="1" rowspan="1"
class="confluenceTd"> Str
ing </td><td colspan="1" rowspan="1" class="confluenceTd"> null
</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> userName
</td><td colspan="1" rowspan="1" class="confluenceTd"> String </td><td
colspan="1" rowspan="1" class="confluenceTd"> null </td></tr><tr><td
colspan="1" rowspan="1" class="confluenceTd"> url </td><td colspan="1"
rowspan="1" class="confluenceTd"> String </td><td colspan="1" rowspan="1"
class="confluenceTd"> jdbc:derby:rmdb;create=true </td></tr></tbody></table>
</div>
@@ -241,13 +241,15 @@ xmlns:wsu="http://docs.oasis-open.org/ws
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
<script class="theme: Default; brush: xml; gutter: false"
type="syntaxhighlighter"><![CDATA[
-<wsrm-mgr:jdbcStore id="myStore"
- driverClassName="org.apache.derby.jdbc.ClientDriver"/>
- url="jdbc:derby://localhost:1527/rmdb;create=true"/>
+<wsrm-mgr:jdbcStore xmlns:wsrm-mgr="http://cxf.apache.org/ws/rm/manager"
id="myStore"
+ driverClassName="org.apache.derby.jdbc.ClientDriver"
+ url="jdbc:derby://localhost:1527/rmdb;create=true"
password="password"/>
]]></script>
</div></div>
+<p>See the jdbcStore element definition in the <a shape="rect"
href="http://cxf.apache.org/schemas/configuration/wsrm-manager.xsd">RM Manager
schema</a> for more details of the attribute usages.</p>
+
<h2><a shape="rect"
name="WSRMConfiguration-AddingtheReliableMessagingInterceptorsManually"></a>Adding
the Reliable Messaging Interceptors Manually</h2>
<p>To ensure that the Reliable Messaging interceptors are added to the
appropriate interceptor chains, e.g. for all client and server endpoints:</p>