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

Michael Yuan michael.yuan at jboss.com
Mon Jan 29 19:12:26 EST 2007


  User: myuan   
  Date: 07/01/29 19:12:26

  Modified:    examples/hibernate2/resources/tomcat  components.xml
  Log:
  websphere support
  
  Revision  Changes    Path
  1.6       +2 -1      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- components.xml	10 Jan 2007 01:11:31 -0000	1.5
  +++ components.xml	30 Jan 2007 00:12:26 -0000	1.6
  @@ -15,7 +15,8 @@
                     
       <core:hibernate-session-factory name="hibernateSessionFactory"/>
       
  -    <core:managed-hibernate-session name="bookingDatabase"/>
  +    <core:managed-hibernate-session name="bookingDatabase"
  +                                    auto-create="true"/>
       
       <core:microcontainer installed="true"/>
       
  
  
  



More information about the jboss-cvs-commits mailing list