[jboss-cvs] JBossCache/etc ...

Galder Zamarreno galder.zamarreno at jboss.com
Thu Dec 14 13:52:40 EST 2006


  User: gzamarreno
  Date: 06/12/14 13:52:40

  Modified:    etc      cache-jdbc.properties
  Log:
  [JBCACHE-879] drop table set to false in cache-jdbc.properties. Otherwise JDBCCacheLoaderPerfTest.tesGet() won't get anything.
  cache.jdbc.table.drop added to JDBCCacheLoaderPerfTest.configureCache(). In tearDown() we evict cache not remove otherwise jdbc data is lost. results of get and remove operations are tested for not null.
  
  Revision  Changes    Path
  1.5       +1 -1      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- cache-jdbc.properties	31 Jan 2006 18:30:47 -0000	1.4
  +++ cache-jdbc.properties	14 Dec 2006 18:52:40 -0000	1.5
  @@ -2,7 +2,7 @@
   # JBoss Cache table properties
   cache.jdbc.table.name=jbosscache
   cache.jdbc.table.create=true
  -cache.jdbc.table.drop=true
  +cache.jdbc.table.drop=false
   cache.jdbc.table.primarykey=jbosscache_pk
   cache.jdbc.fqn.column=fqn
   cache.jdbc.fqn.type=varchar(255)
  
  
  



More information about the jboss-cvs-commits mailing list