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

Peter Muir peter at bleepbleep.org.uk
Mon Aug 27 17:30:31 EDT 2007


  User: pmuir   
  Date: 07/08/27 17:30:31

  Modified:    doc/reference/en/modules   spring.xml persistence.xml
  Log:
  Convert html -> docbook
  
  Revision  Changes    Path
  1.23      +4 -4      jboss-seam/doc/reference/en/modules/spring.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: spring.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/spring.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- spring.xml	22 Aug 2007 22:58:49 -0000	1.22
  +++ spring.xml	27 Aug 2007 21:30:31 -0000	1.23
  @@ -217,7 +217,7 @@
           transaction management exposes support for many advanced features such as nested
           transactions and supports full Java EE transaction propagation rules like REQUIRES_NEW and NOT_SUPPORTED.  For more
           information see the spring documentation
  -        <a href="http://static.springframework.org/spring/docs/2.0.x/reference/transaction.html">here</a>.</para>
  +        <ulink url="http://static.springframework.org/spring/docs/2.0.x/reference/transaction.html">here</ulink>.</para>
   
           <para>To configure Seam to use Spring transactions enable the SpringTransaction component like so:</para>
   
  @@ -330,10 +330,10 @@
   	<property name="sessionName" value="hibernateSession"/>
   </bean>]]></programlisting>
   
  -		<para>Where 'sessionName' is the name of the <liberal>persistence:managed-hibernate-session</liberal> component.
  +		<para>Where 'sessionName' is the name of the <literal>persistence:managed-hibernate-session</literal> component.
   		 This SessionFactory can then be used in any Spring provided tools.  The integration
  -		 also provides support for calls to <liberal>SessionFactory.getCurrentInstance()</liberal> as long as you call
  -		 getCurrentInstance() on the <liberal>SeamManagedSessionFactory</liberal>.</para>
  +		 also provides support for calls to <literal>SessionFactory.getCurrentInstance()</literal> as long as you call
  +		 getCurrentInstance() on the <literal>SeamManagedSessionFactory</literal>.</para>
       </section>
       <section>
           <title>Spring Application Context as a Seam Component</title>
  
  
  
  1.14      +8 -8      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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- persistence.xml	22 Aug 2007 22:58:49 -0000	1.13
  +++ persistence.xml	27 Aug 2007 21:30:31 -0000	1.14
  @@ -193,23 +193,23 @@
       		<para>
       			Out of the box Seam provides transaction components for the following additional transaction APIs:
       		</para>
  -    		<ul>
  -    			<li>
  +    		<itemizedlist>
  +    			<listitem>
       				JPA RESOURCE_LOCAL transactions with the
       				<literal>javax.persistence.EntityTransaction</literal>
       				interface.
  -    			</li>
  -    			<li>
  +    			</listitem>
  +    			<listitem>
       				Hibernate managed transactions with the
       				<literal>org.hibernate.Transaction</literal>
       				interface.
  -    			</li>
  -    			<li>
  +    			</listitem>
  +    			<listitem>
       				Spring managed transactions with the
       				<literal>org.springframework.transaction.PlatformTransactionManager</literal>
       				interface.
  -    			</li>
  -    		</ul>
  +    			</listitem>
  +    		</itemizedlist>
       		<para>
       			Configure JPA RESOURCE_LOCAL transaction management by adding the following to your components.xml where
       			<literal>#{entityManager}</literal>
  
  
  



More information about the jboss-cvs-commits mailing list