You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@marmotta.apache.org by "Jakob Frank (JIRA)" <ji...@apache.org> on 2018/06/18 19:36:01 UTC

[jira] [Closed] (MARMOTTA-111) Replace C3P0 by Tomcat JDBC Pool in case C3P0 license issues are not resolved

     [ https://issues.apache.org/jira/browse/MARMOTTA-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Frank closed MARMOTTA-111.
--------------------------------

Bulk cleanup (close issues for released versions)

> Replace C3P0 by Tomcat JDBC Pool in case C3P0 license issues are not resolved
> -----------------------------------------------------------------------------
>
>                 Key: MARMOTTA-111
>                 URL: https://issues.apache.org/jira/browse/MARMOTTA-111
>             Project: Marmotta
>          Issue Type: Task
>            Reporter: Sebastian Schaffert
>            Assignee: Sebastian Schaffert
>            Priority: Blocker
>             Fix For: 3.0-incubating
>
>          Time Spent: 2.3h
>
> In case the license issues with C3P0 (currently LGPL) are not resolved, we should switch to the Apache Tomcat JDBC connection pool instead. It is documented at:
> http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html
> The Maven Artifact for the connection pool is:
> <dependency>
>   <groupId>org.apache.tomcat</groupId>
>   <artifactId>tomcat-jdbc</artifactId>
>   <version>7.0.25</version>
> </dependency>



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)