taylor 2004/07/14 15:36:37 Modified: webapp/WEB-INF/conf RegistryImport.properties Log: completed basic algorithm of registry importer into database CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. Revision Changes Path 1.2 +14 -14 jakarta-jetspeed/webapp/WEB-INF/conf/RegistryImport.properties Index: RegistryImport.properties =================================================================== RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/RegistryImport.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- RegistryImport.properties 14 Jul 2004 19:04:34 -0000 1.1 +++ RegistryImport.properties 14 Jul 2004 22:36:37 -0000 1.2 @@ -99,25 +99,25 @@ # Registry Exporter Service # # Export OUT OF registries # ######################################### -services.RegistryExporter.classname=org.apache.jetspeed.services.registry.CastorRegistryService -services.RegistryExporter.directory=/WEB-INF/conf/ -services.RegistryExporter.mapping=/WEB-INF/conf/registry.xml -services.RegistryExporter.default.Portlet=local-portlets -services.RegistryExporter.default.PortletControl=local-managers -services.RegistryExporter.default.PortletController=local-managers -services.RegistryExporter.default.MediaType=local-medias -services.RegistryExporter.default.Skin=local-skins -services.RegistryExporter.default.Security=local-security -services.RegistryExporter.default.Client=local-clients -services.RegistryExporter.extension=.xreg -services.RegistryExporter.refreshRate=300 +services.Registry.classname=org.apache.jetspeed.services.registry.CastorRegistryService +services.Registry.directory=/WEB-INF/conf/ +services.Registry.mapping=/WEB-INF/conf/registry.xml +services.Registry.default.Portlet=local-portlets +services.Registry.default.PortletControl=local-managers +services.Registry.default.PortletController=local-managers +services.Registry.default.MediaType=local-medias +services.Registry.default.Skin=local-skins +services.Registry.default.Security=local-security +services.Registry.default.Client=local-clients +services.Registry.extension=.xreg +services.Registry.refreshRate=300 ######################################### # Registry Importer Service # # -- Import INTO this Registry # ######################################### -services.RegistryImporter.classname=org.apache.jetspeed.services.registry.DatabaseRegistryService +services.RegistryImporter.classname=org.apache.jetspeed.services.registry.HybridRegistryService services.RegistryImporter.hybrid = false # List all registries services.RegistryImporter.database.default.Security=DATABASE
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
