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

Permaine Cheung pcheung at redhat.com
Thu Jun 14 14:50:27 EDT 2007


  User: pcheung 
  Date: 07/06/14 14:50:27

  Modified:    examples/hibernate/resources  Tag: Seam_1_2_AP
                        hibernate-ds.xml
  Log:
  Update connection-url to avoid conflict with other examples
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +1 -1      jboss-seam/examples/hibernate/resources/hibernate-ds.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hibernate-ds.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate/resources/hibernate-ds.xml,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -b -r1.1 -r1.1.2.1
  --- hibernate-ds.xml	23 Jan 2006 11:19:38 -0000	1.1
  +++ hibernate-ds.xml	14 Jun 2007 18:50:26 -0000	1.1.2.1
  @@ -3,7 +3,7 @@
   <datasources>
       <local-tx-datasource>
           <jndi-name>hibernateDatasource</jndi-name>
  -        <connection-url>jdbc:hsqldb:.</connection-url>
  +        <connection-url>jdbc:hsqldb:hibernate</connection-url>
           <driver-class>org.hsqldb.jdbcDriver</driver-class>
           <user-name>sa</user-name>
           <password></password>
  
  
  



More information about the jboss-cvs-commits mailing list