Issue 11425

DataBaseLog in registry-metadata-sync does not follow the properties naming conventions

11425
Reporter: trobertson
Assignee: fmendez
Type: Bug
Summary: DataBaseLog in registry-metadata-sync does not follow the properties naming conventions
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2012-06-14 17:14:10.718
Updated: 2013-12-16 17:51:00.947
Resolved: 2012-06-18 12:40:20.818
TimeEstimate: 0
TimeSpent: 7200
        
Description: Currently the IT are commented out.
Currently it has:
  #DB Properties
  JDBC.driver=${log.db.driver}
  JDBC.url=${log.db.url}
  JDBC.username=${log.db.username}
  JDBC.password=${log.db.password}

But really they should be merged into the single properties file in the project, one for the src/main/resource and one for the src/test/resources

So that we can do things like this in a single registry profile:
        com.mysql.jdbc.Driver
]]>