[jboss-cvs] JBossCache/etc ...

Galder Zamarreno galder.zamarreno at jboss.com
Sun Jan 21 10:46:43 EST 2007


  User: gzamarreno
  Date: 07/01/21 10:46:43

  Modified:    etc      cache-jdbc.properties
  Log:
  [JBCACHE-802] c3p0 JDBC connection pooling functionality and corresponding unit tests added. JDBCCacheLoader has been refactored to provide better reporting by not swallowing exceptions and making ConnectionFactory and implementations separate java class files.
  
  Revision  Changes    Path
  1.8       +5 -2      JBossCache/etc/cache-jdbc.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: cache-jdbc.properties
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/cache-jdbc.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- cache-jdbc.properties	17 Jan 2007 18:54:33 -0000	1.7
  +++ cache-jdbc.properties	21 Jan 2007 15:46:43 -0000	1.8
  @@ -1,5 +1,5 @@
   ##
  -# JBoss Cache table properties
  +# Standard JBC table properties
   cache.jdbc.table.name=jbosscache
   cache.jdbc.table.create=true
   cache.jdbc.table.drop=false
  @@ -15,11 +15,14 @@
   
   ##
   # DataSource
  -#cache.jdbc.datasource=java:/DefaultDS
  +#cache.jdbc.datasource=DefaultDS
   
   ##
   # JDBC driver specific properties
   
  +# Hypersonic
  +#cache.jdbc.node.type=OBJECT
  +
   ## MySql
   #cache.jdbc.driver=com.mysql.jdbc.Driver
   #cache.jdbc.url=jdbc:mysql://localhost:3306/jbossdb
  
  
  



More information about the jboss-cvs-commits mailing list