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

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/weblogic  components.xml
  Log:
  oops, fix
  
  Revision  Changes    Path
  1.12      +2 -1      jboss-seam/examples/hibernate2/resources/weblogic/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/weblogic/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	22 Jun 2007 16:29:51 -0000	1.12
  @@ -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