Aurelien, Below is the relevant snippet from my jetspeedResources.properties file:
----- ######################################### # PSMLImportManager Service # ######################################### # Select your PSML Import Manager service by uncommenting it. The default is 'CastorPsmlManagerService' # If you uncomment one importer service, you must comment-out the other service # You must run the importer manually. From the build directory, type 'ant import' # the PsmlImportManager is the service which will export the psml from its datastore to the current # PsmlManager's datastore. The PsmlImportManager and PsmlManager should never be the same. ############################################################################ ############################ # Select this service to import from File System to the Database (make sure that DatabasePsmlManagerService is selected above) services.PsmlImportManager.classname=org.apache.jetspeed.services.psmlmanage r.CastorPsmlManagerService # Select this service to import from the Database to the File System (make sure that CastorPsmlManagerService is selected above) # services.PsmlImportManager.classname=org.apache.jetspeed.services.psmlmanage r.db.DatabasePsmlManagerService services.PsmlManager.root=/WEB-INF/psml services.PsmlManager.ext=.psml services.PsmlManager.mapping=/WEB-INF/conf/psml-mapping.xml #The following property is used for DatabasePsmlManagerService only. The default is false that is caching is #not allowed with DatabasePsmlManagerService, as the current implementation of caching does not work on a #distributed environment. It works only in a single server environment. services.PsmlManager.caching-on=false #services.PsmlManager.default-resource=default.psml #services.PsmlManager.media-types=html:wml #services.PsmlManager.admin=admin ## only used by Castor(File) PSML Manager # scan rate in seconds (every 2 minutes) services.PsmlManager.scanRate=120 # cache size - number of PSML pages to cache services.PsmlManager.cacheSize=100 ----- Also, I just though about this, isn't there a entry in the database for the username and password? Somehow I feel as if jetspeed is trying to connect to a database that just isn't there. Is hsqldb necessary? I removed it... Thanks again, Stijn ----- Original Message ----- From: "Pernoud Aurelien" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Friday, February 06, 2004 4:00 PM Subject: RE: Trying to split Jetspeed and project code Yes in fact a profile is a psml file, so if they are at correct place check if your setting in jespeedresources.properties is not using dbpmsl : services.PsmlManager.classname=org.apache.jetspeed.services.psmlmanager.Cast orPsmlManagerService is ok, not services.PsmlManager.classname=org.apache.jetspeed.services.psmlmanager.db.D atabasePsmlManagerService Stijn de Witt a �crit : > Aurelien, > > Thanks for your response. I figured it had something to do with not > being able to find the user profile, but the .psml files are where > they are as usual. I have been experimenting with psml-in-db, but I > (thought I had) reverted this back to the original situation. Where > is the user profile normally stored? Not in the .psml files? > (I was trying to keep the database out of the picture) > > Stijn > > > ----- Original Message ----- > From: "Pernoud Aurelien" <[EMAIL PROTECTED]> > To: "Jetspeed Users List" <[EMAIL PROTECTED]> > Sent: Friday, February 06, 2004 3:33 PM > Subject: RE: Trying to split Jetspeed and project code > > > > Usually it's when jetspeed can't find the profile you're requesting. > > If using DBPSML : check if your database is well populated > > If using FilePSML : check if the files are ok (by that I mean you > still have the same tree structure for user/role...) > > HTH, > Aurelien > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
