xlawrence    2005/01/27 10:15:21 CET

  Modified files:
    calClient/src/java/properties/calendar env.properties 
  
  Revision  Changes    Path
  1.2       +24 -10    
uwcal_JSR168/calClient/src/java/properties/calendar/env.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/calClient/src/java/properties/calendar/env.properties.diff?r1=1.1&r2=1.2&f=h
  
  
  
  Index: env.properties
  ===================================================================
  RCS file: 
/home/cvs/repository/uwcal_JSR168/calClient/src/java/properties/calendar/env.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- env.properties    25 Jan 2005 21:12:19 -0000      1.1
  +++ env.properties    27 Jan 2005 09:15:21 -0000      1.2
  @@ -1,24 +1,38 @@
  -
  -org.cal.envclass=edu.washington.cac.calenv.FileDSProperties
  -
  -org.cal.jdbcclassname=${org.cal.jdbcclassname}
  -org.cal.jdbcurl=${org.cal.jdbcurl}
  -org.cal.jdbcid=${org.cal.jdbcid}
  -org.cal.jdbcpw=${org.cal.jdbcpw}
  +#
  +# Properties file for use with the test suite.
  +# We have to use jdbc connections instead of a datasource
  +org.cal.envclass=edu.washington.cac.calenv.FileJdbcProperties
  +
  +# Class name for jdbc connections
  +org.cal.jdbcclassname=org.hsqldb.jdbcDriver
  +org.cal.jdbcurl=jdbc:hsqldb:hsql://localhost:8887
  +org.cal.jdbcid=sa
  +org.cal.jdbcpw=
   
   org.cal.userauthclass=edu.washington.cac.calfacade.impl.UserAuthUWDbImpl
   
   org.cal.admingroupsclass=edu.washington.cac.calfacade.impl.AdminGroupsDbImpl
   
  +# Define the the maximum string length the underlying database can handle.
  +# A value of zero means no effective limit.
  +org.cal.db.maxstringlength=0
  +
   org.cal.calintfclass=edu.washington.cac.calfacade.impl.CalintfImpl
   
  -org.cal.db.maxstringlength=0
  -org.cal.update.check.interval=5000
  +# For testing we need to check for updates immediately.
  +org.cal.update.check.interval=1
   
   org.cal.specialCreator=007
   org.cal.officialKeywordCreator=007main
   org.cal.unofficialKeywordCreator=007unofficial
   org.cal.notToBeLoadedByDefaultCreator=007-ts
   
  +# This seems to be an attempt to circumvent some of the access control
  +# problems which prevented PublicEvents from deleting entities.
  +# Rather than a property we may need a settable value somewhere.
  +# In any case it makes testing the different modes difficult.
   org.cal.appCanChangePublicEntities=true
  -    
  \ No newline at end of file
  +
  +# This property is currently used only by the test and dump/restore suite to
  +# reinitialise the database.
  +org.cal.schema.sql=${calendar.dir}/db/schema.hsqldb
  

Reply via email to