[ https://issues.apache.org/jira/browse/CAY-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15037793#comment-15037793 ]
ASF GitHub Bot commented on CAY-2041: ------------------------------------- GitHub user vintikjeny opened a pull request: https://github.com/apache/cayenne/pull/78 CAY-2041 max_connections and min_conneŃtions options are ignored "cayenne.jdbc.max_connections" and "cayenne.jdbc.min_connections" command line options are ignored. Regardless of provided values Cayenne uses default values cayenne.jdbc.max_connections = 1 and cayenne.jdbc.min_connections = 1. You can merge this pull request into a Git repository by running: $ git pull https://github.com/vintikjeny/cayenne master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cayenne/pull/78.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #78 ---- commit 89251d0627472954d9787018c403df6bb1412b1f Author: evintik <evin...@objectstyle.com> Date: 2015-12-03T13:49:06Z CAY-2041 | "cayenne.jdbc.max_connections" and "cayenne.jdbc.min_connections" command line options are ignored ---- > "cayenne.jdbc.max_connections" and "cayenne.jdbc.min_connections" command > line options are ignored > -------------------------------------------------------------------------------------------------- > > Key: CAY-2041 > URL: https://issues.apache.org/jira/browse/CAY-2041 > Project: Cayenne > Issue Type: Bug > Components: Core Library > Affects Versions: 4.0.M3 > Reporter: Evgeny Vintik > > Regardless of provided values Cayenne uses default values > cayenne.jdbc.max_connections = 1 and cayenne.jdbc.min_connections = 1 -- This message was sent by Atlassian JIRA (v6.3.4#6332)