Component org.nuxeo.ecm.core.automation.contextContrib
In bundle org.nuxeo.ecm.automation.features
Contributions
- org.nuxeo.ecm.core.automation.contextContrib--contextHelpers
- org.nuxeo.ecm.core.automation.contextContrib--configuration
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.automation.contextContrib" version="1.0">
<extension target="org.nuxeo.ecm.core.operation.OperationServiceComponent"
point="contextHelpers">
<contextHelper id="Fn" class="org.nuxeo.ecm.automation.features.PlatformFunctions"/>
<contextHelper id="HTTP" class="org.nuxeo.ecm.automation.features.HTTPHelper"/>
</extension>
<extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
<documentation>
Contribution to determine which uid sequence generator to use, either the defaultSequencer or hibernateSequencer.
Since 10.1 the default value is false, so it will use the defaultSequencer.
</documentation>
<property name="org.nuxeo.ecm.core.uidgen.sequencer.hibernate">false</property>
</extension>
</component>