You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2010/06/16 22:28:03 UTC

svn commit: r955368 - /incubator/wookie/branches/pluggablepersistence/src/widgetserver.properties

Author: scottbw
Date: Wed Jun 16 20:28:03 2010
New Revision: 955368

URL: http://svn.apache.org/viewvc?rev=955368&view=rev
Log:
adding file that was missed in initial commit

Modified:
    incubator/wookie/branches/pluggablepersistence/src/widgetserver.properties

Modified: incubator/wookie/branches/pluggablepersistence/src/widgetserver.properties
URL: http://svn.apache.org/viewvc/incubator/wookie/branches/pluggablepersistence/src/widgetserver.properties?rev=955368&r1=955367&r2=955368&view=diff
==============================================================================
--- incubator/wookie/branches/pluggablepersistence/src/widgetserver.properties (original)
+++ incubator/wookie/branches/pluggablepersistence/src/widgetserver.properties Wed Jun 16 20:28:03 2010
@@ -39,4 +39,17 @@ widget.proxy.usentlmauthentication=false
 ## language settings
 ## NB "en-gb-yorks" is for testing localization
 widget.locales=en, nl, fr, en-gb-yorks
-widget.default.locale=en
\ No newline at end of file
+widget.default.locale=en
+#######################################################################
+# Persistence manager configuration
+widget.persistence.manager.classname=@PERSISTENCE_MANAGER_CLASSNAME@
+#######################################################################
+# JPA persistence manager configuration, (JNDI: java:comp/env/jdbc/wookie)
+widget.persistence.manager.cachesize=1000
+widget.persistence.manager.dbtype=@DATABASE_TYPE@
+#######################################################################
+# JCR persistence manager configuration, (JNDI: java:comp/env/jcr/wookie)
+widget.persistence.manager.user=@REPOSITORY_USER@
+widget.persistence.manager.password=@REPOSITORY_PASSWORD@
+widget.persistence.manager.rootpath=@REPOSITORY_ROOTPATH@
+widget.persistence.manager.workspace=@REPOSITORY_WORKSPACE@
\ No newline at end of file