Re: dataimporthandler and mysql connector jar

2008-08-27 Thread Shalin Shekhar Mangar
On Thu, Aug 28, 2008 at 5:11 AM, Chris Hostetter [EMAIL PROTECTED]wrote: code freeze may be overstating it ... the point of the freeze is to hold off on new fatures and other misc refactorings and focus on bug fixes and documentation improvements. Ah ok. I was under the impression that only

Re: dataimporthandler and mysql connector jar

2008-08-26 Thread Shalin Shekhar Mangar
Hi Walter, I just tried this out. Yes, it does not work that way. Right now, the driver and datasources are not loaded using the multicore lib aware SolrResourceLoader. Loading entity processors and transformers from the multi core lib should be fine. Can you please open a JIRA issue for this?

Re: dataimporthandler and mysql connector jar

2008-08-26 Thread Walter Ferrara
Shalin Shekhar Mangar wrote: Can you please open a JIRA issue for this? However, we may only be able to fix this after 1.3 because a code freeze has been decided upon, to release 1.3 asap. I've open https://issues.apache.org/jira/browse/SOLR-726 Walter

Re: dataimporthandler and mysql connector jar

2008-08-26 Thread Shalin Shekhar Mangar
Thanks Walter. I shall work up a patch soon. On Tue, Aug 26, 2008 at 1:22 PM, Walter Ferrara [EMAIL PROTECTED]wrote: Shalin Shekhar Mangar wrote: Can you please open a JIRA issue for this? However, we may only be able to fix this after 1.3 because a code freeze has been decided upon, to

dataimporthandler and mysql connector jar

2008-08-25 Thread Walter Ferrara
Launching a multicore solr with dataimporthandler using a mysql driver, (driver=com.mysql.jdbc.Driver) works fine if the mysql connector jar (mysql-connector-java-5.0.7-bin.jar) is in the classpath, either jdk classpath or inside the solr.war lib dir. While putting the

Re: dataimporthandler and mysql connector jar

2008-08-25 Thread Norberto Meijome
On Mon, 25 Aug 2008 17:11:47 +0200 Walter Ferrara [EMAIL PROTECTED] wrote: Launching a multicore solr with dataimporthandler using a mysql driver, (driver=com.mysql.jdbc.Driver) works fine if the mysql connector jar (mysql-connector-java-5.0.7-bin.jar) is in the classpath, either jdk

Re: dataimporthandler and mysql connector jar

2008-08-25 Thread Noble Paul നോബിള്‍ नोब्ळ्
Which build of Solr are you using. The feature of loading libraries from ${solr.home}/lib is added recently. I guess it must work with the latest trunk. if it doesn't please let us know --Noble On Mon, Aug 25, 2008 at 8:41 PM, Walter Ferrara [EMAIL PROTECTED] wrote: Launching a multicore solr