<role name="org.apache.fulcrum.resourcemanager.ResourceManagerService" default-class="org.apache.fulcrum.resourcemanager.impl.ResourceManagerServiceImpl" shorthand="ResourceManagerService" early-init="true" description="Handles the management of resources" /> <role name="org.apache.fulcrum.groovy.GroovyService" default-class="org.apache.fulcrum.groovy.impl.GroovyServiceImpl" shorthand="GroovyService" early-init="true" description="Handles the execution of Groovy scripts" />
<ResourceManagerService> <domain name="groovy" type="org.apache.fulcrum.resourcemanager.impl.FileResourceManager"> <suffix>groovy</suffix> <location>./src/test/scripts</location> <useLocator>true</useLocator> </domain> </ResourceManagerService> <GroovyService useCache="true" domain="groovy"/>