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

No JDBC4 driver definition #40

Open
GoogleCodeExporter opened this issue Mar 25, 2015 · 2 comments
Open

No JDBC4 driver definition #40

GoogleCodeExporter opened this issue Mar 25, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

For automatic loading of JDBC drivers, it required for the file 
'\META-INF\services\java.sql.Driver' to be in the jar file with the classname 
of the driver.

This file is not present.

Add file: \META-INF\services\java.sql.Driver
content: net.sf.log4jdbc.DriverSpy

Original issue reported on code.google.com by [email protected] on 23 Sep 2011 at 2:41

@GoogleCodeExporter
Copy link
Author

I agree it's technically an issue.

I've known about this for some time-- but in practice it's easy to work around.

Will get around to fixing it later...

Original comment by [email protected] on 22 Mar 2012 at 1:31

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

As you said, It is quite easy to work around. But the real problem is to find 
out that this is the problem :)
Please try to fix it as soon as possible because 

Original comment by [email protected] on 3 Feb 2013 at 4:23

  • Added labels: ****
  • Removed labels: ****

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

No branches or pull requests

1 participant