-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 9.1, 9.2
-
Fix Version/s: 9.3
-
Component/s: Seam / JSF UI
-
Tags:
-
Sprint:nxcore 9.3.4
-
Story Points:2
From several places, we get SEAM_DEBUG_SYSTEM_PROP parameter value from system properties instead of nuxeo.conf properties.
We should update this with a rollback on system properties if needed.
Detected places to update:
- org.nuxeo.ecm.platform.ui.web.util.SeamConfigurator
- org.nuxeo.ecm.webapp.seam.SeamHotReloadHelper
Currently the workaround to make seam debug works is:
JAVA_OPTS=$JAVA_OPTS -Dorg.nuxeo.seam.debug=true
- depends on
-
NXP-21025 Remove deprecated code for LTS 2017
- Resolved