This uses Oddjob's internal class path to find the resource which includes all Oddballs. Oddballs will be searched in the order they were loaded.
| resource | The resource |
| Example 1 | Specifiy properties as a resource on the class path. |
| Configured By | ATTRIBUTE |
| Access | WRITE_ONLY |
| Required | Yes. |
The resource
Specifiy properties as a resource on the class path.
<variables id='props'>
<properties>
<resource resource="org/oddjob/AResource.props"/>
</properties>
</variables>