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

Gavin King gavin.king at jboss.com
Wed Jul 12 19:14:33 EDT 2006


  User: gavin   
  Date: 06/07/12 19:14:33

  Modified:    doc/reference/en/modules    components.xml concepts.xml
                        testing.xml
  Log:
  minor fixes
  
  Revision  Changes    Path
  1.33      +1 -1      jboss-seam/doc/reference/en/modules/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/components.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -b -r1.32 -r1.33
  --- components.xml	11 Jun 2006 00:53:46 -0000	1.32
  +++ components.xml	12 Jul 2006 23:14:33 -0000	1.33
  @@ -737,7 +737,7 @@
                   </listitem>
               </varlistentry>
               <varlistentry>
  -                <term><literal>org.jboss.seam.core.process</literal></term>
  +                <term><literal>businessProcess</literal></term>
                   <listitem>
                       <para>
                           Internal component for Seam process management. Installed whenever
  
  
  
  1.28      +1 -1      jboss-seam/doc/reference/en/modules/concepts.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: concepts.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/concepts.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -b -r1.27 -r1.28
  --- concepts.xml	12 Jun 2006 00:50:24 -0000	1.27
  +++ concepts.xml	12 Jul 2006 23:14:33 -0000	1.28
  @@ -382,7 +382,7 @@
                   container. In this use case, components are JavaBeans instead of session beans.
               </para>
               <para>
  -                By default, JavaBeans are bound to the conversation context.
  +                By default, JavaBeans are bound to the event context.
               </para>
           </sect2>
           
  
  
  
  1.8       +0 -2      jboss-seam/doc/reference/en/modules/testing.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: testing.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/testing.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- testing.xml	19 Apr 2006 07:31:10 -0000	1.7
  +++ testing.xml	12 Jul 2006 23:14:33 -0000	1.8
  @@ -42,8 +42,6 @@
          this.em = em;
      }
      
  -   
  -   @IfInvalid(outcome=Outcome.REDISPLAY)
      public String register()
      {
         List existing = em.createQuery("select username from User where username=:username")
  
  
  



More information about the jboss-cvs-commits mailing list