[jboss-cvs] JBossCache/etc ...

Galder Zamarreno galder.zamarreno at jboss.com
Wed Jan 17 13:53:28 EST 2007


  User: gzamarreno
  Date: 07/01/17 13:53:28

  Modified:    etc      cache-jdbc.properties
  Added:       etc      jndi.properties
  Log:
  [JBCACHE-802] SQLExceptions generated in JDBCCacheLoader hides the original Exception which is wrong! Changed so that the original exceptions are thrown back. JDBCCacheLoaderTest improved so that with reasonable little effort, you can run the tests getting DataSource from AS. Added jndi.properties to help here, but commented out for general purpouse. Added table properties for Hypersonic to cache-jdbc.properties. Client AS library missing as I'm temporarily using jbossall-client.jar. This should be sorted soon.
  
  Revision  Changes    Path
  1.6       +11 -0     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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- cache-jdbc.properties	14 Dec 2006 18:52:40 -0000	1.5
  +++ cache-jdbc.properties	17 Jan 2007 18:53:28 -0000	1.6
  @@ -10,6 +10,17 @@
   cache.jdbc.node.type=blob
   cache.jdbc.parent.column=parent
   
  +# JBoss Cache Table properties for Hypersonic
  +#cache.jdbc.table.name=jbosscache
  +#cache.jdbc.table.create=true
  +#cache.jdbc.table.drop=false
  +#cache.jdbc.table.primarykey=jbosscache_pk
  +#cache.jdbc.fqn.column=fqn
  +#cache.jdbc.fqn.type=varchar(255)
  +#cache.jdbc.node.column=node
  +#cache.jdbc.node.type=OBJECT
  +#cache.jdbc.parent.column=parent
  +
   ##
   # DataSource
   #cache.jdbc.datasource=java:/DefaultDS
  
  
  
  1.1      date: 2007/01/17 18:53:28;  author: gzamarreno;  state: Exp;JBossCache/etc/jndi.properties
  
  Index: jndi.properties
  ===================================================================
  # DO NOT EDIT THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING
  #
  #java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  #java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
  #java.naming.provider.url=localhost:1099
  
  



More information about the jboss-cvs-commits mailing list