[jira] [Commented] (DBCP-415) Pooled PreparedStatements may be closed when accessed

2014-04-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13969417#comment-13969417 ] Sebb commented on DBCP-415: --- I think the PPS needs to be treated as the Statement to be finalised.

[jira] [Commented] (DBCP-415) Pooled PreparedStatements may be closed when accessed

2014-04-15 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13969700#comment-13969700 ] Phil Steitz commented on DBCP-415: -- The problem, if I understand the intent of DBCP-180 and

[jira] [Commented] (DBCP-415) Pooled PreparedStatements may be closed when accessed

2014-04-15 Thread Bernd Eckenfels (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13969734#comment-13969734 ] Bernd Eckenfels commented on DBCP-415: -- Hmm, I am not sure I follow. When using a

[jira] [Commented] (DBCP-415) Pooled PreparedStatements may be closed when accessed

2014-04-15 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13969745#comment-13969745 ] Phil Steitz commented on DBCP-415: -- @Bernd - I agree with you, which is why I participated

[jira] [Commented] (DBCP-415) Pooled PreparedStatements may be closed when accessed

2014-04-15 Thread Pasi Eronen (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13969970#comment-13969970 ] Pasi Eronen commented on DBCP-415: -- This seems to be the same issue as DBCP-414. Pooled

[jira] [Commented] (DBCP-415) Pooled PreparedStatements may be closed when accessed

2014-04-15 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13970040#comment-13970040 ] Phil Steitz commented on DBCP-415: -- Thanks, Pasi, you are correct. I somehow missed that

[jira] [Commented] (DBCP-415) Pooled PreparedStatements may be closed when accessed

2014-04-14 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13968749#comment-13968749 ] Sebb commented on DBCP-415: --- OK, having thought some more I agree it's probably not the lack of

[jira] [Commented] (DBCP-415) Pooled PreparedStatements may be closed when accessed

2014-04-14 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13969231#comment-13969231 ] Phil Steitz commented on DBCP-415: -- Returning to the actual issue here, I am not sure now I

[jira] [Commented] (DBCP-415) Pooled PreparedStatements may be closed when accessed

2014-04-13 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13967745#comment-13967745 ] Phil Steitz commented on DBCP-415: -- Test case (commented out) added to

[jira] [Commented] (DBCP-415) Pooled PreparedStatements may be closed when accessed

2014-04-13 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13967930#comment-13967930 ] Phil Steitz commented on DBCP-415: -- The test succeeds if I move the finalizer for

[jira] [Commented] (DBCP-415) Pooled PreparedStatements may be closed when accessed

2014-04-13 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13967995#comment-13967995 ] Sebb commented on DBCP-415: --- I'm seeing a different problem (I think).

[jira] [Commented] (DBCP-415) Pooled PreparedStatements may be closed when accessed

2014-04-13 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13968045#comment-13968045 ] Phil Steitz commented on DBCP-415: -- @Sebb - I don't think that is actually a problem. Only