[jboss-cvs] jboss-seam/examples/numberguess/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Tue Jun 19 19:59:28 EDT 2007


  User: gavin   
  Date: 07/06/19 19:59:28

  Modified:    examples/numberguess/resources/WEB-INF  components.xml
  Log:
  update
  
  Revision  Changes    Path
  1.12      +11 -8     jboss-seam/examples/numberguess/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/numberguess/resources/WEB-INF/components.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- components.xml	19 Jun 2007 04:23:44 -0000	1.11
  +++ components.xml	19 Jun 2007 23:59:28 -0000	1.12
  @@ -1,21 +1,24 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <components xmlns="http://jboss.com/products/seam/components"
  +            xmlns:bpm="http://jboss.com/products/seam/bpm"
  +            xmlns:core="http://jboss.com/products/seam/core"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  -            xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
  +            xsi:schemaLocation=
  +                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.3.xsd 
  +                 http://jboss.com/products/seam/bpm http://jboss.com/products/seam/bpm-1.3.xsd 
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
   
       <component name="numberGuess">
           <property name="maxGuesses">10</property>
       </component>
   
  -    <component name="org.jboss.seam.core.init">
  -        <property name="debug">true</property>
  -    </component>
  +    <core:init debug="true"/>
       
  -    <component class="org.jboss.seam.core.Jbpm">
  -        <property name="pageflowDefinitions">
  +    <bpm:jbpm>
  +        <bpm:pageflow-definitions>
               <value>cheat.jpdl.xml</value>
               <value>pageflow.jpdl.xml</value>
  -        </property>
  -    </component>
  +        </bpm:pageflow-definitions>
  +    </bpm:jbpm>
   
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list