On Feb 16, 2007, at 12:01 PM, Thorsten Berger wrote:

Hi David,

There is a setting in the registry.xml spring assembly for the portletEntityAccessImpl component:

    <!--
All preferences were shared. With JS2-449, 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>

This should provide a migration path for preferences to move to the new implementation

some time ago, I posted a comment to JS2-449 regarding that solution:
http://issues.apache.org/jira/browse/JS2-449
and unfortunately, it didn't work for me.
Has someone tried to use that feature?

Once you store the prefs, they will go to the specific user and override the old prefs However, if you turn on merge, the window-specific (old-way) should continue to display up until you save
At this point your user-specifc prefs will permanently override
Are you seeing different behavior?


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

Reply via email to