LucidDB / adminws

Web services for connecting to and administrating LucidDB
http://www.dynamobi.com/c/products/luciddb/administration-ui/
2 stars 1 forks source link

[DWS-12] Factor out jdbc.properties and add defaults for localhost #20

Closed dynamobi-build closed 12 years ago

dynamobi-build commented 12 years ago

[reporter="ngoodman", created="Wed, 16 Jun 2010 12:49:45 -0700", resolved="Mon, 19 Jul 2010 16:43:40 -0700"]

Currently, database connection information is in two places:

Task:

Check for resource on classpath (in another jar or Jetty's external classpath):
luciddb-jdbc.properties. If found, use this information (in both DBAccess.getConnection AND our spring datasource) when creating connections (getConnect just class/url but still use user/pass from Spring). If not found, use the values in luciddb-jdbc-default.properties

dynamobi-build commented 12 years ago

[author="ksecretan", created="Mon, 19 Jul 2010 16:43:40 -0700"]

Still need to address DBUILD-17 so that it's possible to get a non-default properties.