[jboss-svn-commits] JBL Code SVN: r20140 - labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/jms_transacted.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri May 23 12:26:58 EDT 2008


Author: kevin.conner at jboss.com
Date: 2008-05-23 12:26:58 -0400 (Fri, 23 May 2008)
New Revision: 20140

Modified:
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/jms_transacted/readme.txt
Log:
Fix typo: JBESB-1664

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/jms_transacted/readme.txt
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/jms_transacted/readme.txt	2008-05-23 15:06:20 UTC (rev 20139)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/jms_transacted/readme.txt	2008-05-23 16:26:58 UTC (rev 20140)
@@ -113,7 +113,7 @@
          The current transaction is rolled back as a result of the action
          handler throwing a RuntimeException (or a subclass of such) during
          the processing method.  The exception is caught by the
-         ActionProcessingPipeline but, as it is not identified as an applicion
+         ActionProcessingPipeline but, as it is not identified as an application
          exception, it will be propagated to the caller (in this case the
          JMS/JCA adapter).  The JMS/JCA adapter will then force the enclosing
          transaction to rollback, resulting in the redelivery of the message.




More information about the jboss-svn-commits mailing list