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

Gavin King gavin.king at jboss.com
Fri Jun 22 12:29:51 EDT 2007


  User: gavin   
  Date: 07/06/22 12:29:51

  Modified:    examples/hibernate2/resources/websphere  components.xml
  Log:
  oops, fix
  
  Revision  Changes    Path
  1.8       +2 -1      jboss-seam/examples/hibernate2/resources/websphere/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/websphere/components.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- components.xml	21 Jun 2007 22:17:05 -0000	1.7
  +++ components.xml	22 Jun 2007 16:29:51 -0000	1.8
  @@ -19,7 +19,8 @@
       <persistence:hibernate-session-factory name="hibernateSessionFactory"/>
       
       <persistence:managed-hibernate-session name="bookingDatabase"
  -                                    auto-create="true"/>
  +                                    auto-create="true"
  +                      session-factory-jndi-name="bookingDatabase"/>
       
       <security:identity authenticate-method="#{authenticator.authenticate}"/>
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list