You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by bu...@apache.org on 2016/05/19 09:46:08 UTC

svn commit: r988603 - in /websites/staging/aries/trunk/content: ./ modules/tx-control/quickstart.html

Author: buildbot
Date: Thu May 19 09:46:08 2016
New Revision: 988603

Log:
Staging update by buildbot for aries

Modified:
    websites/staging/aries/trunk/content/   (props changed)
    websites/staging/aries/trunk/content/modules/tx-control/quickstart.html

Propchange: websites/staging/aries/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 19 09:46:08 2016
@@ -1 +1 @@
-1744294
+1744547

Modified: websites/staging/aries/trunk/content/modules/tx-control/quickstart.html
==============================================================================
--- websites/staging/aries/trunk/content/modules/tx-control/quickstart.html (original)
+++ websites/staging/aries/trunk/content/modules/tx-control/quickstart.html Thu May 19 09:46:08 2016
@@ -329,7 +329,8 @@ automatically committed or rolled back u
 <code>required</code> and <code>requiresNew</code> methods can be used to ensure that a 
 <em>Transactional</em> scope has been started. The <code>supports</code> and <code>notSupported</code>
 methods can be used to ensure that a <em>No Transaction</em> scope has been started.</p>
-<p>For more advanced scope control techniques look <a href="advancedScopes.html">here</a></p>
+<p>Simple scope management is perfect in most situations, but you may also wish to read about
+<a href="advancedScopes.html">more advanced scope control techniques</a> or <a href="exceptionManagement.html">exception management</a> once you've mastered the basics.</p>
 <h2 id="accessing-resources">Accessing Resources<a class="headerlink" href="#accessing-resources" title="Permanent link">&para;</a></h2>
 <p>A <code>ResourceProvider</code> is a generic factory for scoped resources. Typically you will use a more 
 specific interface for type safety. For example the Transaction Control specification defines