[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Sun Jul 8 17:19:07 EDT 2007


  User: gavin   
  Date: 07/07/08 17:19:07

  Modified:    jboss-seam  seam2migration.txt
  Log:
  important
  
  Revision  Changes    Path
  1.4       +5 -2      jboss-seam/seam2migration.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam2migration.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam2migration.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- seam2migration.txt	29 Jun 2007 00:58:32 -0000	1.3
  +++ seam2migration.txt	8 Jul 2007 21:19:07 -0000	1.4
  @@ -98,6 +98,11 @@
   * replace <core:transaction-listener/> with 
             <transaction:ejb-transaction/>
   
  +Note: Seam transaction management is now enabled by default. If you want
  +      to disable use of Seam-managed transactions, use the following:
  +      
  +      <core:init transaction-management-enabled="false"/>	
  +
   Migration to JBoss Embedded
   ---------------------------
   Support for deployment to JBoss Embeddable EJB3 and JBoss Microcontainer
  @@ -114,5 +119,3 @@
   
   Note that JBoss Embedded is able to bootstrap a datasource from a -ds.xml
   file, so there is no longer a need for jboss-beans.xml.
  -
  -
  
  
  



More information about the jboss-cvs-commits mailing list