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

Gavin King gavin.king at jboss.com
Tue Jun 19 22:11:27 EDT 2007


  User: gavin   
  Date: 07/06/19 22:11:27

  Modified:    examples/groovybooking/resources/WEB-INF  components.xml
  Log:
  update configs
  
  Revision  Changes    Path
  1.5       +8 -6      jboss-seam/examples/groovybooking/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/groovybooking/resources/WEB-INF/components.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- components.xml	15 Jun 2007 05:10:10 -0000	1.4
  +++ components.xml	20 Jun 2007 02:11:27 -0000	1.5
  @@ -1,16 +1,18 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <components xmlns="http://jboss.com/products/seam/components"
               xmlns:core="http://jboss.com/products/seam/core"
  +            xmlns:persistence="http://jboss.com/products/seam/persistence"
               xmlns:drools="http://jboss.com/products/seam/drools"
               xmlns:security="http://jboss.com/products/seam/security"
               xmlns:mail="http://jboss.com/products/seam/mail"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation=
  -                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.1.xsd 
  -                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.1.xsd
  -                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.1.xsd
  +                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.3.xsd 
  +                 http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-1.3.xsd 
  +                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.3.xsd
  +                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.3.xsd
                    http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-1.3.xsd
  -                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.1.xsd">
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
   
      <core:init debug="@debug@" jndi-pattern="@jndiPattern@"/>
        
  @@ -18,11 +20,11 @@
                    conversation-timeout="120000" 
                    conversation-id-parameter="cid"/>
       
  -   <core:managed-persistence-context name="em"
  +   <persistence:managed-persistence-context name="em"
                                 auto-create="true"
                      entity-manager-factory="#{groovyEntityManagerFactory}"/>
   
  -   <core:entity-manager-factory name="groovyEntityManagerFactory" 
  +   <persistence:entity-manager-factory name="groovyEntityManagerFactory" 
                  persistence-unit-name="groovy"/>
      
      <drools:rule-base name="securityRules">
  
  
  



More information about the jboss-cvs-commits mailing list