[jboss-svn-commits] JBL Code SVN: r36463 - labs/jbosstm/trunk/ArjunaJTA/docs/ArjunaTA_Development_Guide/en-US.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Sun Dec 19 18:51:52 EST 2010
Author: misty at redhat.com
Date: 2010-12-19 18:51:52 -0500 (Sun, 19 Dec 2010)
New Revision: 36463
Modified:
labs/jbosstm/trunk/ArjunaJTA/docs/ArjunaTA_Development_Guide/en-US/Transactions.xml
Log:
Adding conceptual definition of a transaction
Modified: labs/jbosstm/trunk/ArjunaJTA/docs/ArjunaTA_Development_Guide/en-US/Transactions.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/docs/ArjunaTA_Development_Guide/en-US/Transactions.xml 2010-12-19 23:49:19 UTC (rev 36462)
+++ labs/jbosstm/trunk/ArjunaJTA/docs/ArjunaTA_Development_Guide/en-US/Transactions.xml 2010-12-19 23:51:52 UTC (rev 36463)
@@ -5,7 +5,13 @@
]>
<chapter>
<title>Transactions</title>
-
+ <para>
+ A transaction is a unit of work that encapsulates multiple database actions such that that either all the
+ encapsulated actions fail or all succeed.
+ </para>
+ <para>
+ Transactions ensure data integrity when an application interacts with multiple datasources.
+ </para>
<section>
<title>Introducing the API</title>
<para>
@@ -35,9 +41,9 @@
<para>
Each Xid created by JBossTS needs a unique node identifier encoded within it, because JBossTS can only recover
transactions and states that match a specified node identifier. The node identifier to use should be provided to
- JBossTS via the <varname>CoreEnvironmentBean.nodeIdentifier</varname> property. This value must be unique across your
- JBossTS instances. The identifier is alphanumeric and limited to 10 bytes in length. If you do not
- provide a value, then JBossTS generates one and reports the value via the logging infrastructure.
+ JBossTS via the <varname>CoreEnvironmentBean.nodeIdentifier</varname> property. This value must be unique across
+ your JBossTS instances. The identifier is alphanumeric and limited to 10 bytes in length. If you do not provide a
+ value, then JBossTS generates one and reports the value via the logging infrastructure.
</para>
</section>
More information about the jboss-svn-commits
mailing list