logstash-plugins/logstash-input-jdbc

Driver class which has upper case package name is not loaded correctly.

younjungpark opened this issue · 0 comments

Hi Guys.

In my application I have to use driver class with upper case package name. ex) Blahblah.jdbc.driver.Driver

And it looks like upper case Blahblah package name prevents from correct driver loading.

Is there any workaround about this?

My application throws following error.
Error: Java::Blahblah.jdbc.driver.Driver not loaded. Are you sure you've included the correct jdbc driver in :jdbc_driver_library?