https://bugzilla.redhat.com/show_bug.cgi?id=2244337
Bug ID: 2244337 Summary: Wrong dbcp class in tomcat 9 Product: Fedora Version: 39 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=2244337
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=2244337
Dimitris Soumis dsoumis@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|csutherl@redhat.com |dsoumis@redhat.com CC| |dsoumis@redhat.com Resolution|--- |CURRENTRELEASE Status|NEW |CLOSED Last Closed| |2024-05-28 15:30:20
--- Comment #2 from Dimitris Soumis dsoumis@redhat.com --- Fix included in 9.0.83 release.
java-sig-commits@lists.fedoraproject.org