[jboss-cvs] jboss-seam/src/main/org/jboss/seam/annotations ...

Gavin King gavin.king at jboss.com
Mon Jun 18 13:27:22 EDT 2007


  User: gavin   
  Date: 07/06/18 13:27:22

  Modified:    src/main/org/jboss/seam/annotations    Begin.java
                        BeginTask.java StartTask.java
  Log:
  JBSEAM-1112   
  fix a problem with interception of pageflow actions
  
  Revision  Changes    Path
  1.12      +3 -1      jboss-seam/src/main/org/jboss/seam/annotations/Begin.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Begin.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Begin.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- Begin.java	18 Jun 2007 04:54:10 -0000	1.11
  +++ Begin.java	18 Jun 2007 17:27:22 -0000	1.12
  @@ -1,4 +1,4 @@
  -//$Id: Begin.java,v 1.11 2007/06/18 04:54:10 gavin Exp $
  +//$Id: Begin.java,v 1.12 2007/06/18 17:27:22 gavin Exp $
   package org.jboss.seam.annotations;
   
   import static java.lang.annotation.ElementType.METHOD;
  @@ -52,6 +52,8 @@
       * An EL expression for the conversation id. If a 
       * conversation with the same id aready exists, Seam 
       * will redirect to that conversation.
  +    * 
  +    * @deprecated use <conversation/> in pages.xml
       */
      String id() default "";
      /**
  
  
  
  1.12      +2 -0      jboss-seam/src/main/org/jboss/seam/annotations/BeginTask.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BeginTask.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/BeginTask.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- BeginTask.java	17 Jun 2007 22:51:00 -0000	1.11
  +++ BeginTask.java	18 Jun 2007 17:27:22 -0000	1.12
  @@ -51,6 +51,8 @@
      /**
       * An EL expression for the conversation id. If a conversation with 
       * the same id aready exists, Seam will redirect to that conversation.
  +    * 
  +    * @deprecated use <conversation/> in pages.xml
       */
      String id() default "";
      /**
  
  
  
  1.20      +2 -0      jboss-seam/src/main/org/jboss/seam/annotations/StartTask.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StartTask.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/StartTask.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- StartTask.java	17 Jun 2007 22:51:00 -0000	1.19
  +++ StartTask.java	18 Jun 2007 17:27:22 -0000	1.20
  @@ -53,6 +53,8 @@
      /**
       * An EL expression for the conversation id. If a conversation with 
       * the same id aready exists, Seam will redirect to that conversation.
  +    * 
  +    * @deprecated use <conversation/> in pages.xml
       */
      String id() default "";
      /**
  
  
  



More information about the jboss-cvs-commits mailing list