[jboss-cvs] JBossAS SVN: r105560 - projects/docs/enterprise/EWP/trunk/Hibernate/Hibernate_Core/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 2 03:06:23 EDT 2010


Author: rebecca_newton
Date: 2010-06-02 03:06:22 -0400 (Wed, 02 Jun 2010)
New Revision: 105560

Modified:
   projects/docs/enterprise/EWP/trunk/Hibernate/Hibernate_Core/en-US/transactions.xml
Log:
Fixing JBPAPP 4239

Modified: projects/docs/enterprise/EWP/trunk/Hibernate/Hibernate_Core/en-US/transactions.xml
===================================================================
--- projects/docs/enterprise/EWP/trunk/Hibernate/Hibernate_Core/en-US/transactions.xml	2010-06-02 07:02:11 UTC (rev 105559)
+++ projects/docs/enterprise/EWP/trunk/Hibernate/Hibernate_Core/en-US/transactions.xml	2010-06-02 07:06:22 UTC (rev 105560)
@@ -704,8 +704,8 @@
             <title>Transaction timeout</title>
 
             <para>
-                An important feature provided by a managed environment like EJB,
-                that is never provided for non-managed code, is transaction timeout. Transaction
+                An important feature provided by a managed environment like EJB is transaction  
+                timeout, which is never provided in non-managed code. Transaction
                 timeouts ensure that no misbehaving transaction can indefinitely tie up 
                 resources while returning no response to the user. Outside a managed (JTA)
                 environment, Hibernate cannot fully provide this functionality. However,




More information about the jboss-cvs-commits mailing list