Author: taylor
Date: Tue Aug 22 23:10:07 2006
New Revision: 433923

URL: http://svn.apache.org/viewvc?rev=433923&view=rev
Log:
Before JS2-499, all preferences were shared. 
With JS2-499, preferences are now stored 'per user'. 
The username is stored in the preferences FULL_PATH
To turn on mergeSharedPreferences configure this property to true 
This will NOT turn off per user prefs, but instead merge with them, where user 
prefs override.

Modified:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/registry.xml

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/registry.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/registry.xml?rev=433923&r1=433922&r2=433923&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/registry.xml (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/registry.xml Tue Aug 
22 23:10:07 2006
@@ -100,6 +100,20 @@
         <constructor-arg>
             <ref bean="portletRegistry" />
         </constructor-arg>
+        <constructor-arg>
+            <ref bean="org.apache.jetspeed.request.RequestContextComponent" />
+        </constructor-arg>    
+        <!-- 
+            All preferences were shared. With JS2-499, preferences are now
+            stored 'per user'. The username is stored in the preferences 
FULL_PATH
+            To turn on mergeSharedPreferences configure this property to true 
+            This will NOT turn off per user prefs, 
+             but instead merge with them, where user prefs override.
+            boolean
+          -->    
+        <constructor-arg type="boolean">
+            <value>false</value>
+        </constructor-arg>        
     </bean>
 
     <bean 
id="org.apache.jetspeed.components.portletentity.PortletEntityAccessComponent" 
parent="baseTransactionProxy" name="portletEntityAccess">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to