Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0005509 | Openbravo ERP | 01. General setup | public | 2008-10-13 10:39 | 2008-12-16 10:30 | |||||||
Reporter | jdillet | |||||||||||
Assigned To | gmauleon | |||||||||||
Priority | normal | Severity | major | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | 2.40 | |||||||||||
Target Version | Fixed in Version | |||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
OBNetwork customer | No | |||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0005509: Connection leak in SL_AlertRule_SQL.java | |||||||||||
Description | Connection, statement and resultset used in SL_AlertRule_SQL.java are never closed. | |||||||||||
Steps To Reproduce | General Setup > Application > Alert > Create a new Record > Fill field SQL with: - a query without error - a query with errors: SELXT XXX FROM DUAL In both cases, connection created in this.getPreparedStatement(strSQL) is never released | |||||||||||
Proposed Solution | Release Connection, statement and resultset in a finally block. See: - branch teseo: revision 8597 - branch holding: revision 8596 | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ![]() https://issues.openbravo.com/file_download.php?file_id=353&type=bug | |||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2008-10-13 10:39 | jdillet | New Issue | ||||||||||
2008-10-13 10:39 | jdillet | Assigned To | => cromero | |||||||||
2008-10-13 10:39 | jdillet | sf_bug_id | 0 => 2163109 | |||||||||
2008-10-13 10:40 | jdillet | Issue Monitored: jdillet | ||||||||||
2008-10-20 10:47 | psarobe | Status | new => scheduled | |||||||||
2008-10-20 10:47 | psarobe | Assigned To | cromero => gmauleon | |||||||||
2008-10-20 10:47 | psarobe | fix_in_branch | => trunk | |||||||||
2008-10-23 18:08 | jdillet | File Added: 5509.diff | ||||||||||
2008-10-27 17:05 | svnbot | Checkin | ||||||||||
2008-10-27 17:05 | svnbot | Note Added: 0009767 | ||||||||||
2008-10-27 17:05 | svnbot | Status | scheduled => resolved | |||||||||
2008-10-27 17:05 | svnbot | Resolution | open => fixed | |||||||||
2008-10-27 17:05 | svnbot | svn_revision | => 9260 | |||||||||
2008-12-16 10:30 | psarobe | Regression testing | => No | |||||||||
2008-12-16 10:30 | psarobe | Status | resolved => closed |
Notes | |||||
|
|||||
|
|