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

Peter Muir peter at bleepbleep.org.uk
Thu Jan 10 16:01:48 EST 2008


  User: pmuir   
  Date: 08/01/10 16:01:47

  Modified:    doc/reference/en/modules  persistence.xml
  Log:
  Make XML conform to dtd
  
  Revision  Changes    Path
  1.21      +18 -10    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.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- persistence.xml	28 Nov 2007 23:55:56 -0000	1.20
  +++ persistence.xml	10 Jan 2008 21:01:47 -0000	1.21
  @@ -196,22 +196,30 @@
       		</para>
       		<itemizedlist>
       			<listitem>
  +    			   <para>
       				JPA RESOURCE_LOCAL transactions with the
       				<literal>javax.persistence.EntityTransaction</literal>
       				interface.
  +    				</para>
       			</listitem>
       			<listitem>
  +    			   <para>
       				Hibernate managed transactions with the
       				<literal>org.hibernate.Transaction</literal>
       				interface.
  +    			   </para>
       			</listitem>
       			<listitem>
  +    			   <para>
       				Spring managed transactions with the
       				<literal>org.springframework.transaction.PlatformTransactionManager</literal>
       				interface.
  +    			   </para>
       			</listitem>
                   <listitem>
  +                   <para>
                       Explicitly disable Seam managed transactions
  +                   </para>
                   </listitem>
       		</itemizedlist>
       		<para>
  
  
  



More information about the jboss-cvs-commits mailing list