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?

Regards,
Thorsten





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



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

Reply via email to