Overview

This service copies entries from the configuration.xml into the SystemProperties. Quite useful since you can avoid tinkering with system properties in start scripts.

Configuration

Role Configuration

                    
<role
    name="org.apache.fulcrum.yaafi.service.systemproperty.SystemPropertyService"
    shorthand="SystemPropertyService"
    default-class="org.apache.fulcrum.yaafi.service.systemproperty.SystemPropertyServiceImpl"
    early-init="true"
/>
                    
                

Component Configuration

                    
<SystemPropertyService>
    <property name="FOO">BAR</property>
</SystemPropertyService>
                    
                

Usage

This service does not expose any methods