Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build instructions for create jar with dependencies #8

Open
mknashi opened this issue Mar 6, 2019 · 3 comments
Open

Build instructions for create jar with dependencies #8

mknashi opened this issue Mar 6, 2019 · 3 comments

Comments

@mknashi
Copy link

mknashi commented Mar 6, 2019

Could you share the instructions to build the jar file with dependencies?

@gorchenok
Copy link
Contributor

Hi @mknashi thank you that you are interested of this project.
For creating single jar file with dependencies you just need build with next parameters
mvn clean install -P single-jar
Let me know if it help

@mknashi
Copy link
Author

mknashi commented Mar 11, 2019

Thanks for the instructions. I built the new jar with dependencies. I tried using this driver in dbVisualizer, but getting following exceptions:

2019-03-06 20:26:06.706 WARN 316 [ExecutorRunner-pool-4-thread-5 - C.getValueAt] IndexOutOfBoundsException: row=0 column=0 rowCount=1 columnCount=0
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at com.onseven.dbvis.K.B.C.getValueAt(Z:543)
at com.jidesoft.grid.TableModelWrapperImpl.getValueAt(X:2718)
at com.jidesoft.grid.DefaultTableModelWrapper.getValueAt(X:3546)
at com.onseven.dbvis.db.O.?(Z:1638)
at com.onseven.dbvis.db.O.?(Z:1908)
at com.onseven.dbvis.db.I.L.?(Z:3400)
at com.onseven.dbvis.db.I.L.?(Z:1139)
at com.onseven.dbvis.db.I.L.?(Z:1492)
at com.onseven.dbvis.db.I.H.?(Z:1849)
at com.onseven.dbvis.db.I.K.?(Z:3063)
at com.onseven.dbvis.db.I.D.?(Z:1756)
at com.onseven.dbvis.K.C.Z.?(Z:2713)
at com.onseven.dbvis.K.C.K.?(Z:1374)
at com.onseven.dbvis.K.C.K.doInBackground(Z:1521)
at javax.swing.SwingWorker$1.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at javax.swing.SwingWorker.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

However, on DBeaver, I am able to connect to Salesforce but query results do not show in the results panel. It just shows the statistics.

Please let me know if anything else needs to be done.

@mknashi
Copy link
Author

mknashi commented Mar 19, 2019

Could you let me know if the driver works with DBeaver of dbVisualizer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants