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

Gavin King gavin.king at jboss.com
Sun Jun 24 02:44:21 EDT 2007


  User: gavin   
  Date: 07/06/24 02:44:21

  Modified:    examples/hibernate2/resources  components.xml
  Log:
  update
  
  Revision  Changes    Path
  1.12      +4 -0      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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- components.xml	21 Jun 2007 22:17:05 -0000	1.11
  +++ components.xml	24 Jun 2007 06:44:20 -0000	1.12
  @@ -3,6 +3,7 @@
               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:transaction="http://jboss.com/products/seam/transaction"
               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 
  @@ -21,4 +22,7 @@
                                       auto-create="true"/>
       
       <security:identity authenticate-method="#{authenticator.authenticate}"/>
  +    
  +    <transaction:hibernate-transaction session="#{bookingDatabase}"/>
  +    
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list