You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2001/11/20 05:55:29 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/lib hsql.jar

taylor      01/11/19 20:55:29

  Modified:    webapp/WEB-INF/conf JetspeedResources.properties
               webapp/WEB-INF/db jetspeed.script
               webapp/WEB-INF/lib hsql.jar
  Log:
  - JRP: swapped order of PsmlManager and PsmlImporter - necessary to get turbine service initialization correct.
  - db/jetspeed.script: added entries to idgenerator table for 4 new dbpsml tables
  - updated hsql.jar to newer version
  
  Revision  Changes    Path
  1.47      +6 -12     jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties
  
  Index: JetspeedResources.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- JetspeedResources.properties	2001/11/19 07:57:13	1.46
  +++ JetspeedResources.properties	2001/11/20 04:55:29	1.47
  @@ -1,7 +1,7 @@
   ################################################################################
   # Jetspeed Configuration                             
   # Author: Kevin A. Burton (burton@apache.org)
  -# $Id: JetspeedResources.properties,v 1.46 2001/11/19 07:57:13 paulsp Exp $
  +# $Id: JetspeedResources.properties,v 1.47 2001/11/20 04:55:29 taylor Exp $
   ################################################################################
   # This is the main file you will need to configuration Jetspeed.  If there are 
   # any secondary files they will be pointed to from this file.
  @@ -317,19 +317,13 @@
   #########################################
   # PSMLManager Service                   #
   #########################################
  +# to use the databaase PSML service, comment out the 1st line (CastorPsmlManagerService as PsmlManager)
  +# and uncomment the 3rd line to enable the DatabasePsmlManagerService
  +# (for the default system, it will be necessary to run the PSMLImporter once)
  +# to run the importer, uncomment the 2nd and 3rd lines, and then you can optionally re-comment the PsmlImportManager when done
   services.PsmlManager.classname=org.apache.jetspeed.services.psmlmanager.CastorPsmlManagerService
  -#services.PsmlManager.classname=org.apache.jetspeed.services.psmlmanager.db.DatabasePsmlManagerService
   #services.PsmlImportManager.classname=org.apache.jetspeed.services.psmlmanager.CastorPsmlManagerService
  -
  -# DST: imo this should be removed  and the DatabaseInitializer should be replaced with the PsmlImporter
  -# The webapp relative path to the root profiling directory
  -services.PsmlManager.root=/WEB-INF/psml
  -services.PsmlManager.refresh-rate=28800000
  -services.PsmlManager.templates=/WEB-INF/psml/
  -services.PsmlManager.ext=.psml
  -services.PsmlManager.default-resource=default.psml
  -services.PsmlManager.media-types=html:wml
  -services.PsmlManager.admin=admin
  +#services.PsmlManager.classname=org.apache.jetspeed.services.psmlmanager.db.DatabasePsmlManagerService
   
   
   #########################################
  
  
  
  1.11      +5 -0      jakarta-jetspeed/webapp/WEB-INF/db/jetspeed.script
  
  Index: jetspeed.script
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/db/jetspeed.script,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- jetspeed.script	2001/11/12 03:43:01	1.10
  +++ jetspeed.script	2001/11/20 04:55:29	1.11
  @@ -121,3 +121,8 @@
   INSERT INTO ID_TABLE VALUES(5,'TURBINE_SCHEDULED_JOB',100,10)
   INSERT INTO ID_TABLE VALUES(6,'TURBINE_ROLE_PERMISSION',100,10)
   INSERT INTO ID_TABLE VALUES(7,'TURBINE_USER_GROUP_ROLE',100,10)
  +INSERT INTO ID_TABLE VALUES(8,'JETSPEED_USER_PROFILE',120,10)
  +INSERT INTO ID_TABLE VALUES(9,'JETSPEED_GROUP_PROFILE',120,10)
  +INSERT INTO ID_TABLE VALUES(10,'JETSPEED_ROLE_PROFILE',120,10)
  +INSERT INTO ID_TABLE VALUES(11,'JETSPEED_ANON_PROFILE',120,10)
  +
  
  
  
  1.3       +523 -547  jakarta-jetspeed/webapp/WEB-INF/lib/hsql.jar
  
  	<<Binary file>>
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>