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

Peter Muir peter at bleepbleep.org.uk
Thu Jun 28 13:06:53 EDT 2007


  User: pmuir   
  Date: 07/06/28 13:06:53

  Modified:    examples/drools/resources/WEB-INF   web.xml components.xml
  Log:
  Add drools to new build
  
  Revision  Changes    Path
  1.10      +5 -0      jboss-seam/examples/drools/resources/WEB-INF/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/drools/resources/WEB-INF/web.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- web.xml	27 Jun 2007 03:00:20 -0000	1.9
  +++ web.xml	28 Jun 2007 17:06:53 -0000	1.10
  @@ -38,4 +38,9 @@
           <session-timeout>10</session-timeout> 
       </session-config>
       
  +    <context-param>
  +        <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
  +        <param-value>.jsp</param-value>
  +    </context-param>
  +    
   </web-app>
  
  
  
  1.13      +7 -5      jboss-seam/examples/drools/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/drools/resources/WEB-INF/components.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- components.xml	26 Jun 2007 23:04:03 -0000	1.12
  +++ components.xml	28 Jun 2007 17:06:53 -0000	1.13
  @@ -1,19 +1,21 @@
   <components xmlns="http://jboss.com/products/seam/components" 
               xmlns:core="http://jboss.com/products/seam/core"
               xmlns:drools="http://jboss.com/products/seam/drools"
  +            xmlns:bpm="http://jboss.com/products/seam/bpm"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation=
                   "http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-2.0.xsd 
                    http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd 
  -                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd">
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd 
  +                 http://jboss.com/products/seam/bpm http://jboss.com/products/seam/bpm-2.0.xsd">
               
       <drools:rule-base name="ruleBase" rule-files="numberguess.drl"/>
       <drools:managed-working-memory name="workingMemory" rule-base="#{ruleBase}"/>
   
  -    <core:jbpm>
  -        <core:pageflow-definitions>
  +    <bpm:jbpm>
  +        <bpm:pageflow-definitions>
               <value>pageflow.jpdl.xml</value>
  -        </core:pageflow-definitions>
  -    </core:jbpm>
  +        </bpm:pageflow-definitions>
  +    </bpm:jbpm>
   
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list