jaycraig-ci / diffkit

Automatically exported from code.google.com/p/diffkit
0 stars 0 forks source link

DiffKit 0.8.4- does not work with Java 1.5 and flavor=SQLSERVER #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Apparently, MS does not hava a single JDBC driver for SQLServer that works for 
both 1.5 and 1.6. We chose the 1.6 driver. The problem manifests this way:

DEBUG[13:29:36.312]{main}(DKDatabase.canConnect:166)-null 
java.lang.RuntimeException: java.lang.ClassNotFoundException: Failure 
to load: com.microsoft.sqlserver.jdbc.SQLServerDriver 
        at org.diffkit.db.DKDatabase.getConnection(DKDatabase.java:68) 

Original issue reported on code.google.com by trur...@gmail.com on 1 Dec 2010 at 11:00

GoogleCodeExporter commented 8 years ago
There's a good chance that jTDS driver will support 1.5 and 1.6:

http://jtds.sourceforge.net/

Original comment by trur...@gmail.com on 1 Dec 2010 at 11:16

GoogleCodeExporter commented 8 years ago

Original comment by trur...@gmail.com on 2 Dec 2010 at 8:32

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r271.

Original comment by trur...@gmail.com on 2 Dec 2010 at 9:35

GoogleCodeExporter commented 8 years ago

Original comment by trur...@gmail.com on 2 Dec 2010 at 12:43