[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Peter Muir peter at bleepbleep.org.uk
Thu Nov 22 17:32:58 EST 2007


  User: pmuir   
  Date: 07/11/22 17:32:58

  Modified:    doc/reference/en/modules  persistence.xml
  Log:
  Tidy up
  
  Revision  Changes    Path
  1.19      +4 -7      jboss-seam/doc/reference/en/modules/persistence.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: persistence.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/persistence.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- persistence.xml	17 Oct 2007 18:13:58 -0000	1.18
  +++ persistence.xml	22 Nov 2007 22:32:58 -0000	1.19
  @@ -248,16 +248,13 @@
       		<title>Transaction synchronization</title>
   
       		<para>
  -    			Transaction synchronization is the ability to provide callbacks for various transaction related events
  -    			such as
  -    			<literal>beforeCompletion()</literal>
  -    			and
  -    			<literal>afterCompletion()</literal>
  -    			. By default Seam uses it's own transaction synchronization component which requires explicit use of the
  +    			Transaction synchronization provides callbacks for transaction related events
  +    			such as <literal>beforeCompletion()</literal> and <literal>afterCompletion()</literal>.
  +                By default, Seam uses it's own transaction synchronization component which requires explicit use of the
       			Seam transaction component when committing a transaction to ensure synchronization callbacks are
       			correctly executed. If in a Java EE 5 environment the
       			<literal>&lt;transaction:ejb-transaction/&gt;</literal>
  -    			component should be be declared in the components.xml to ensure that Seam synchronization callbacks are
  +    			component should be be declared in <literal>components.xml</literal> to ensure that Seam synchronization callbacks are
       			correctly called if the container commits a transaction outside of Seam's knowledge.
       		</para>
       	</section>
  
  
  



More information about the jboss-cvs-commits mailing list