https://bugzilla.redhat.com/show_bug.cgi?id=2244343
Bug ID: 2244343 Summary: Wrong dbcp class in tomcat 9 Product: Fedora Version: 38 OS: Linux Status: NEW Component: tomcat Severity: medium Assignee: huwang@redhat.com Reporter: huwang@redhat.com QA Contact: extras-qa@fedoraproject.org CC: alee@redhat.com, csutherl@redhat.com, gzaronikas@gmail.com, huwang@redhat.com, ivan.afonichev@gmail.com, java-sig-commits@lists.fedoraproject.org Target Milestone: --- Classification: Fedora
File tomcat.conf contains:
JAVA_OPTS="-Djavax.sql.DataSource.Factory=org.apache.commons.dbcp.BasicDataSourceFactory"
It should be:
JAVA_OPTS="-Djavax.sql.DataSource.Factory=org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory"
The dbcp class does not exist in TC 9, which switch to dbcp2.
Reproducible: Always
https://bugzilla.redhat.com/show_bug.cgi?id=2244343
Fedora Admin user for bugzilla script actions fedora-admin-xmlrpc@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|huwang@redhat.com |csutherl@redhat.com
--- Comment #1 from Fedora Admin user for bugzilla script actions fedora-admin-xmlrpc@fedoraproject.org --- This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.
https://bugzilla.redhat.com/show_bug.cgi?id=2244343
Dimitris Soumis dsoumis@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Assignee|csutherl@redhat.com |dsoumis@redhat.com Resolution|--- |CURRENTRELEASE CC| |dsoumis@redhat.com Last Closed| |2024-05-28 15:29:58
--- Comment #2 from Dimitris Soumis dsoumis@redhat.com --- Fix included in 9.0.83 release.
java-sig-commits@lists.fedoraproject.org