https://bugzilla.redhat.com/show_bug.cgi?id=819087
--- Comment #5 from Ivan Afonichev <ivan.afonichev(a)gmail.com> ---
[van@oec-src ~]$ cat /etc/tomcat/Catalina/localhost/gerrit.xml
<?xml version="1.0" encoding="UTF-8"?>
<Context antiJARLocking="true" allowCasualMultipartParsing="true"
path="/gerrit">
<Resource name="jdbc/ReviewDb" auth="Container"
type="javax.sql.DataSource"
factory="org.apache.commons.dbcp.BasicDataSourceFactory"
driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://dbhost:5432/reviewdb"
username="gerrit2" password="******"
maxActive="20"
maxIdle="10"
maxWait="-1"/>
</Context>
Gerrit is working fine for me on tomcat-7.0.27-2.fc17.noarch with this context.
As far as I know including libs that are just renamed java packages of other
official libs that are available as fedora packages does not meet Fedora
requirements.
As workaround we can add this Resource "factory" recommendations into some
readme file in package...
--
You are receiving this mail because:
You are on the CC list for the bug.