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

Peter Muir peter at bleepbleep.org.uk
Thu Jan 10 17:18:59 EST 2008


  User: pmuir   
  Date: 08/01/10 17:18:59

  Modified:    doc/reference/en/modules  persistence.xml
  Log:
  Make it clearer to users what they should do
  
  Revision  Changes    Path
  1.22      +8 -2      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.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- persistence.xml	10 Jan 2008 21:01:47 -0000	1.21
  +++ persistence.xml	10 Jan 2008 22:18:59 -0000	1.22
  @@ -189,10 +189,16 @@
       		<para>
       			Seam provides a transaction management abstraction for beginning, committing, rolling back, and
       			synchronizing with a transaction. By default Seam uses a JTA transaction component that integrates with
  -    			Container Managed and programmatic EJB transactions.
  +    			Container Managed and programmatic EJB transactions. If you are working in a Java EE 5 environment, you
  +    			should install the EJB synchronization component in <literal>components.xml</literal>:
       		</para>
  +    	   
  +    	   <programlisting><![CDATA[<transaction:ejb-transaction />]]></programlisting>
  +    	   
       		<para>
  -    			Out of the box Seam provides transaction components for the following additional transaction APIs:
  +    			However, if you are working in a non EE 5 container, Seam will try auto detect the transaction
  +    			synchronization mechanism to use. However, if Seam is unable to detect the correct transaction
  +    			synchronization to use, you may find you need configure one of the following:
       		</para>
       		<itemizedlist>
       			<listitem>
  
  
  



More information about the jboss-cvs-commits mailing list