Migration 7.1 to 7.10
Hello,
I'm trying to migrate nuxeo 7.1 to 7.10.
I have some errors that I need help please :
*Property 'org.nuxeo.dnd.extendedmode.timeout' should now be contributed to extension point 'org.nuxeo.runtime.ConfigurationService', using target 'configuration' *
I don't have this property in my “nuxeo.conf” and when I created an extension point just like below it didn't solve.
<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
<property name="org.nuxeo.dnd.extendedmode.timeout">20</property>
</extension>
*Warning: target extension point 'applications' of 'org.nuxeo.theme.services.ThemeService' is unknown as it has been removed since 7.4. Check your extension in component service:org.nuxeo.ecm.diff.theme *
It is just a warning ? I don't have any extension point 'applications' of 'org.nuxeo.theme.services.ThemeService'.
Style 'diff' on component service:org.nuxeo.ecm.diff.theme should now be contributed to extension point 'org.nuxeo.ecm.platform.WebResources': a compatibility registration was performed but it may not be accurate. Note that the 'flavor' processor should be used with this resource.
I didn't find any style 'diff' in my application. I don't understand.
In advance, thank you very much for your help.
Hello Gregory,
Thanks for your answer. However, I continue to have the same error :
*Property 'org.nuxeo.dnd.extendedmode.timeout' should now be contributed to extension point 'org.nuxeo.runtime.ConfigurationService', using target 'configuration' *
I has create a new extension point in extensions.xml and I also tried with a dedicate “contrib” xml.
Best regards,
On the first point, according to your indications, it should be
<extension point="org.nuxeo.runtime.ConfigurationService" target="configuration">
<property name="org.nuxeo.dnd.extendedmode.timeout">20</property>
</extension>
I'm not aware of the rest but check out https://doc.nuxeo.com/nxdoc/upgrade-from-60-to-lts-2015/#migrating-theme-and-web-resources and https://doc.nuxeo.com/nxdoc/710/theme-upgrade-to-lts-2015/