[jboss-svn-commits] JBL Code SVN: r35357 - labs/jbosstm/trunk/XTS/docs/Transactions_XTS_Programmers_Guide/en-US.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Sep 30 01:51:45 EDT 2010
Author: misty at redhat.com
Date: 2010-09-30 01:51:45 -0400 (Thu, 30 Sep 2010)
New Revision: 35357
Modified:
labs/jbosstm/trunk/XTS/docs/Transactions_XTS_Programmers_Guide/en-US/Participants.xml
Log:
Tweaking Participants.xml
Modified: labs/jbosstm/trunk/XTS/docs/Transactions_XTS_Programmers_Guide/en-US/Participants.xml
===================================================================
--- labs/jbosstm/trunk/XTS/docs/Transactions_XTS_Programmers_Guide/en-US/Participants.xml 2010-09-30 01:57:31 UTC (rev 35356)
+++ labs/jbosstm/trunk/XTS/docs/Transactions_XTS_Programmers_Guide/en-US/Participants.xml 2010-09-30 05:51:45 UTC (rev 35357)
@@ -541,9 +541,9 @@
linkend="example-jboss-beans.xml" /> shows one way of declaring this dependency.
</para>
<para>
- After the XTS service starts, you create an instance of the application class
+ After the XTS service starts, it creates an instance of the application class
<classname>org.my.ServiceBean</classname> by calling its <methodname>start</methodname>
- method. During &APPSERVER; shutdown, you can stop the same instance by calling its <methodname>stop</methodname>
+ method. During &APPSERVER; shutdown, XTS stops the same instance by calling its <methodname>stop</methodname>
method, prior to shutting down the XTS Service.
</para>
<example id="example-jboss-beans.xml">
More information about the jboss-svn-commits
mailing list