Re: Question on Solr JDBC driver with SQL client like DB Visualizer

2016-04-15 Thread Joel Bernstein
Ok, I think I know the problem you're running into. You'll need to load the solr-solrj jar after loading the jars in the solrj-lib. Otherwise DbVis seems to get confused and lose the driver class. We'll work on putting out a single jar for the JDBC driver. Joel Bernstein http://joelsolr.blogspot.c

Re: Question on Solr JDBC driver with SQL client like DB Visualizer

2016-04-15 Thread Joel Bernstein
What version of DbVisualizer are you using? When I tested I was using the latest version. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Apr 15, 2016 at 12:47 PM, Reth RM wrote: > output of command : > > org/apache/solr/client/solrj/io/sql/ >META-INF/services/java.sql.Driver > org/

Re: Question on Solr JDBC driver with SQL client like DB Visualizer

2016-04-15 Thread Reth RM
output of command : org/apache/solr/client/solrj/io/sql/ META-INF/services/java.sql.Driver org/apache/solr/client/solrj/io/sql/ConnectionImpl.class org/apache/solr/client/solrj/io/sql/DatabaseMetaDataImpl.class org/apache/solr/client/solrj/io/sql/DriverImpl.class org/apache/solr/client/s

Re: Question on Solr JDBC driver with SQL client like DB Visualizer

2016-04-15 Thread Kevin Risden
> > Page 11, the screenshot specifies to select a > "solr-solrj-6.0.0-SNAPSHOT.jar" which is equivalent into > "solr-solrj-6.0.0.jar" shipped with released version, correct? > Correct the PDF was generated before 6.0.0 was released. The documentation from SOLR-8521 is being migrated to here: http

Re: Question on Solr JDBC driver with SQL client like DB Visualizer

2016-04-15 Thread Joel Bernstein
Can you post the output from the command below. Notice the diver classes in the trunk snapshot on my desktop. jar -tvf solr-solrj-7.0.0-SNAPSHOT.jar | grep sql 0 Sun Apr 03 20:20:28 EDT 2016 org/apache/solr/client/solrj/io/sql/ 842 Sun Apr 03 20:20:28 EDT 2016 META-INF/services/java.sql.

Question on Solr JDBC driver with SQL client like DB Visualizer

2016-04-15 Thread Reth RM
Note: I followed the steps mentioned in the pdf attached on this Jira https://issues.apache.org/jira/browse/SOLR-8521 Page 11, the screenshot specifies to select a "solr-solrj-6.0.0-SNAPSHOT.jar" which is equivalent into "solr-solrj-6.0.0.jar" shipped with released version, correct? When I try ad