Feature #104
database.properties should be integrated into main configuration
| Status: | Closed | Start: | 02/07/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Jonathan Clarke | % Done: | 100% |
|
| Category: | Core | |||
| Target version: | 1.1.0 |
Description
Currently db2ldap tasks rely on configuration database connection parameters in database.properties, separtely from other iBatis config, and from LSC config.
History
Updated by Jonathan Clarke about 1 year ago
- Tracker changed from Bug to Feature
Updated by Jonathan Clarke about 1 year ago
- Status changed from New to Feedback
- Assigned to set to Jonathan Clarke
- Target version changed from 1.3.x branch to 1.1.0
Implemented this in commit #308. Database configuration is now read from lsc.properties in the src.database.* properties.
See http://lsc-project.org/wiki/documentation/configuration/service#database_parameters for documentation.
database.properties files are still read if they exist, for backwards-compatibility. They can safely be removed when the parameters are in lsc.properties, from release 1.1.0.
Updated by Jonathan Clarke about 1 year ago
- Status changed from Feedback to Closed
- % Done changed from 0 to 100
Closing - this is now done.