Custom Slick driver #266
Custom Slick driver #266
Comments
What version of play-slick are you using? |
Play-slick for Play 2.4 and Slick 3.0 |
|
Ok, could you post the full stack trace of that? |
|
All works fine in production mode. |
The problem is in slick, see slick/slick#1152. |
Fix will be available in Slick 3.0.1 (and, once released, in play-slick 1.0.1). |
Saw this issue today on PR slick/slick#1152 adds only an ability to pass instance of But SlickApi.scala#L89 does not passing any I'm not specialist in classLoaders, but is this hypothesis correct? |
User defined driver class (i.e. for using slick-pg library) can not be found by PlayDependencyClassLoader in Dev mode.
The text was updated successfully, but these errors were encountered: