[jboss-cvs] jboss-seam/seam-gen/hibernatetools ...

Max Rydahl Andersen mandersen at jboss.com
Mon Feb 26 18:26:36 EST 2007


  User: mandersen
  Date: 07/02/26 18:26:36

  Modified:    seam-gen/hibernatetools  hibernate-console.properties
  Log:
  handle overriding of transactionmanager lookup (needed for war projects)
  
  Revision  Changes    Path
  1.2       +3 -3      jboss-seam/seam-gen/hibernatetools/hibernate-console.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hibernate-console.properties
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/hibernatetools/hibernate-console.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- hibernate-console.properties	23 Feb 2007 16:08:29 -0000	1.1
  +++ hibernate-console.properties	26 Feb 2007 23:26:36 -0000	1.2
  @@ -1,10 +1,10 @@
  -#File used by hibernate tools to override <datasource> in persistence.xml
  +#File used by hibernate tools to override <datasource> and other container specific settings in persistence.xml
   hibernate.connection.password=@password@
   hibernate.connection.username=@username@
   hibernate.connection.driver_class=@driverClass@
   hibernate.dialect=@hibernate.dialect@
   hibernate.connection.url=@jdbcUrl@
   
  -
   hibernate.connection.provider_class org.hibernate.connection.DriverManagerConnectionProvider
   hibernate.datasource=
  \ No newline at end of file
  +hibernate.transaction.manager_lookup_class=
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list