[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Mon Oct 1 10:58:42 EDT 2007


  User: pmuir   
  Date: 07/10/01 10:58:42

  Modified:    jboss-seam  seam2migration.txt
  Log:
  JBSEAM-2013
  
  Revision  Changes    Path
  1.12      +8 -1      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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- seam2migration.txt	29 Sep 2007 16:54:24 -0000	1.11
  +++ seam2migration.txt	1 Oct 2007 14:58:42 -0000	1.12
  @@ -104,6 +104,13 @@
         
         <core:init transaction-management-enabled="false"/>	
   
  +Note: The expression attribute on event action's has been deprecated in favor of
  +      execute e.g.:
  +
  +      <event type="org.jboss.seam.notLoggedIn">
  +          <action execute="#{redirect.captureCurrentView}"/>
  +      </event>
  +
   Migration to JBoss Embedded
   ---------------------------
   Support for deployment to JBoss Embeddable EJB3 and JBoss Microcontainer
  
  
  



More information about the jboss-cvs-commits mailing list