-
Notifications
You must be signed in to change notification settings - Fork 36
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
Cannot inject Tomcat DBCP 2 library in Gretty 3.1.0 via dependencies/gretty #278
Comments
Do you have a reproducer project? I have a hard time reproducing this error, because I hardly know tomcat-dbcp. |
Before that, could you try to put the dependency into configuration |
Awesome, thanks for the swift reply and indeed, moving the dependency from May I then suggest updating the two documentation links I posted above? In both instances, the documentation refers to the |
Same here. using |
For users of jetty, I had to do this:
|
Running into an issue upgrading from 3.0.9 to 3.1.0:
I'm injecting Tomcat/DBCP2 to look up database connections via JDNI as per documentation:
build.gradle
This has stopped working in 3.1.0:
I assume this is a side-effect of the class loader changes in 3.1.0? Any advice?
The text was updated successfully, but these errors were encountered: