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

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  components.xml
  Log:
  update configs
  
  Revision  Changes    Path
  1.10      +2 -1      jboss-seam/examples/hibernate2/resources/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/components.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- components.xml	3 Jun 2007 20:56:47 -0000	1.9
  +++ components.xml	20 Jun 2007 02:11:27 -0000	1.10
  @@ -1,6 +1,7 @@
   <?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=
  @@ -16,7 +17,7 @@
                     
       <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}"/>
  
  
  



More information about the jboss-cvs-commits mailing list