Configurationservice
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2020 09:23 PM
All - I'm looking for how to verify a configuration setting was correctly applied.
$ pwd
/opt/nuxeo/server/nxserver/config
$ cat zzzzz-config.xml
<?xml version="1.0"?>
<component name="zzzzz.config">
<extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
<property name="nuxeo.zzzzz">true</property>
</extension>
</component>
$ nuxeoctl restart
............
======================================================================
= Component Loading Status: Pending: 0 / Missing: 0 / Unstarted: 0 / Total: 684
======================================================================
Started in 0min24s
$ nuxeoctl mp-list
...
Local packages:
...
addon started nuxeo-jsf-ui (id: nuxeo-jsf-ui-10.10.0)
...
in the browser JSF-UI navigate to Admin > Setup > Advanced Setup
The variable in the contribution is not listed in the Advanced Setup list of variables. Also tried nuxeoctl configure
then grep zzzz /opt/nuxeo/server/nxserver/config/configuration.properties
but not there either.
I see no errors in the log. Is there a way to confirm that the contribution was processed successfully and the variable was defined?
Thanks
0 REPLIES 0
