DIH - read datasource param values from property file or configure JNDI datasource

2009-03-19 Thread Shyamsunder Reddy
I am looking for a implementation of DIH feature: It also takes in a properties file for the data source configuration (http://issues.apache.org/jira/browse/SOLR-469) I want to externalize the data source parameters like driver, url, user and password to property file outside the solr. My aim

Re: DIH - read datasource param values from property file or configure JNDI datasource

2009-03-19 Thread Fergus McMenemie
I am looking for a implementation of DIH feature: It also takes in a properties file for the data source configuration (http://issues.apache.org/jira/browse/SOLR-469) I want to externalize the data source parameters like driver, url, user and password to property file outside the solr. My aim

Re: DIH - read datasource param values from property file or configure JNDI datasource

2009-03-19 Thread Shalin Shekhar Mangar
On Thu, Mar 19, 2009 at 9:39 PM, Shyamsunder Reddy sjh...@yahoo.com wrote: I am looking for a implementation of DIH feature: It also takes in a properties file for the data source configuration ( http://issues.apache.org/jira/browse/SOLR-469) I want to externalize the data source parameters

Re: DIH - read datasource param values from property file or configure JNDI datasource

2009-03-19 Thread Erik Hatcher
On Mar 19, 2009, at 1:59 PM, Fergus McMenemie wrote: I am looking for a implementation of DIH feature: It also takes in a properties file for the data source configuration (http://issues.apache.org/jira/browse/SOLR-469 ) I want to externalize the data source parameters like driver, url,

Re: DIH - read datasource param values from property file or configure JNDI datasource

2009-03-19 Thread Shalin Shekhar Mangar
On Thu, Mar 19, 2009 at 11:39 PM, Erik Hatcher e...@ehatchersolutions.comwrote: I don't believe it is the case that all parameters to DIH can be controlled dynamically on a request. Isn't it the case that the init of a DIH config is required to pick up some settings? Like the JDBC URL? I