Issue Details (XML | Word | Printable)

Key: RIO-213
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dennis Reedy
Reporter: Dennis Reedy
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Rio

Allow mulitple groovy config files to be declared for the configuration element in an opstring

Created: 12/Nov/09 07:29 PM   Updated: 12/Nov/09 07:30 PM
Component/s: Configuration
Affects Version/s: 4.0 M3
Fix Version/s: 4.0 M3

Time Tracking:
Not Specified


 Description  « Hide
We need to be able to declare and use multiple configuration files (loaded as either file resources as classpath resources) for service configuration support.

An example would be:

As classpath resources:

configuration: 'classpath:simple_config.groovy,simple_config2.groovy'

Loaded from the file system

configuration: 'src/main/config/simple_config.groovy,src/main/config/simple_config2.groovy'

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dennis Reedy added a comment - 12/Nov/09 07:30 PM
You can declare a comma-separated list of config files that can be loaded as configuration files for a service