[jboss-cvs] jboss-seam/examples/hibernate2/resources/tomcat ...

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/hibernate2/resources/tomcat  components.xml
  Log:
  update configs
  
  Revision  Changes    Path
  1.12      +24 -23    jboss-seam/examples/hibernate2/resources/tomcat/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/resources/tomcat/components.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- components.xml	15 Jun 2007 05:10:59 -0000	1.11
  +++ components.xml	20 Jun 2007 02:11:27 -0000	1.12
  @@ -1,10 +1,12 @@
   <?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:security="http://jboss.com/products/seam/security"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation=
                   "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/security http://jboss.com/products/seam/security-1.3.xsd
                    http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.3.xsd">
   
  @@ -16,9 +18,8 @@
                     
       <core:hibernate-session-factory name="hibernateSessionFactory"/>
       
  -    <core:managed-hibernate-session name="bookingDatabase"
  +    <persistence:managed-hibernate-session name="bookingDatabase"
                                       auto-create="true"/>
       
       <security:identity authenticate-method="#{authenticator.authenticate}"/>
  -    
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list