Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://tomee.apache.org/containers-and-resources.mdtext
James Green Index: trunk/content/containers-and-resources.mdtext =================================================================== --- trunk/content/containers-and-resources.mdtext (revision 1478240) +++ trunk/content/containers-and-resources.mdtext (working copy) @@ -28,7 +28,29 @@ </tbody></table> </div> +<p><a name="ContainersandResources-TransactionManager"></a></p> +<h2><a name="ContainersandResources-TxMgr"></a>TransactionManager</h2> +<p>Declarable in tomee.xml via</p> +<div style="border-width: 1px;" class="code panel"><div class="codeContent panelContent"> +<pre class="code-xml"><span class="code-tag"><TransactionManager type=<span class="code-quote">"javax.transaction.TransactionManager"</span>></span> +<span class="code-tag"></TransactionManager></span> +</pre> +</div></div> +<p>Supports the following properties</p> +<div class="table-wrap"> +<table class="confluenceTable"><tbody> +<tr> +<th > Property Name </th> +<th > Description </th> +</tr> +<tr> +<td > defaultTransactionTimeoutSeconds </td> +<td > Default value is <em>10 minutes</em>.</td> +</tr> +</tbody></table> +</div> + <p><a name="ContainersandResources-DefaultBMPContainercontainer"></a></p> <h2><a name="ContainersandResources-BMPENTITY"></a>BMP_ENTITY</h2> <p>Declarable in tomee.xml via</p> @@ -253,7 +275,7 @@ </tr> <tr> <td > TestOnBorrow </td> -<td > If true connections will be validated before being returned<br class="atl-forced-newline"> from the pool. If the validation fails, the connection is<br class="atl-forced-newline"> destroyed, and a new conection will be retrieved from the<br class="atl-forced-newline"> pool (and validated).<br class="atl-forced-newline"> <br class="atl-forced-newline"> NOTE - for a true value to have any effect, the<br class="atl-forced-newline"> ValidationQuery parameter must be set.<br class="atl-forced-newline"> <br class="atl-forced-newline"> Default value is <em>true</em>.</td> +<td > If true connections will be validated before being borrowed<br class="atl-forced-newline"> from the pool. If the validation fails, the connection is<br class="atl-forced-newline"> destroyed, and a new conection will be retrieved from the<br class="atl-forced-newline"> pool (and validated).<br class="atl-forced-newline"> <br class="atl-forced-newline"> NOTE - for a true value to have any effect, the<br class="atl-forced-newline"> ValidationQuery parameter must be set.<br class="atl-forced-newline"> <br class="atl-forced-newline"> Default value is <em>true</em>.</td> </tr> <tr> <td > TestOnReturn </td>
