Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020580 | Openbravo ERP | A. Platform | public | 2012-05-22 20:09 | 2012-06-25 18:33 |
|
Reporter | szapata | |
Assigned To | mtaal | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP13 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | Google Chrome |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0020580: DalBaseProcess always closes the connection |
Description | If you execute a DalBaseProcess (process B) from another process (process A) using the same connection, the execution of the process B closes the connection and then process A cannot use this connection anymore. |
Steps To Reproduce | - Create a process A
- Call a process B that extends DalBaseProcess and use the same connection (bundle)
- Try to do some database transaction using the same connection.
- See the exception. |
Proposed Solution | See diff file attached |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0027878 | | closed | marvintm | Code in DalConnectionprovider relate to getTransactionConnection seems to leak db connections always | related to | defect | 0029902 | 3.0PR15Q3 | closed | alostale | ProcessBundle.setCloseConnection(false) has no impact when using DalBaseProcess, the connection is always closed |
|
Attached Files | SAIC_ProcessBundle_close_connection.diff (2,402) 2012-05-22 20:09 https://issues.openbravo.com/file_download.php?file_id=5255&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2012-05-22 20:09 | szapata | New Issue | |
2012-05-22 20:09 | szapata | Assigned To | => mtaal |
2012-05-22 20:09 | szapata | File Added: SAIC_ProcessBundle_close_connection.diff | |
2012-05-22 20:09 | szapata | Web browser | => Google Chrome |
2012-05-22 20:09 | szapata | Modules | => Core |
2012-05-22 20:09 | szapata | OBNetwork customer | => Yes |
2012-05-28 09:57 | alostale | Web browser | Google Chrome => Google Chrome |
2012-05-28 09:57 | alostale | Type | defect => design defect |
2012-05-31 20:26 | szapata | Issue Monitored: szapata | |
2012-06-01 21:35 | networkb | Web browser | Google Chrome => Google Chrome |
2012-06-01 21:36 | networkb | Issue Monitored: networkb | |
2012-06-07 17:18 | hgbot | Checkin | |
2012-06-07 17:18 | hgbot | Note Added: 0049681 | |
2012-06-07 17:18 | hgbot | Status | new => resolved |
2012-06-07 17:18 | hgbot | Resolution | open => fixed |
2012-06-07 17:18 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/2a2e526a1da576f96b6778e55b14b77605fa360f [^] |
2012-06-25 18:33 | AugustoMauch | Note Added: 0050073 | |
2012-06-25 18:33 | AugustoMauch | Status | resolved => closed |
2012-06-25 18:33 | AugustoMauch | Fixed in Version | => 3.0MP13 |
2015-05-15 13:11 | alostale | Relationship added | related to 0027878 |
2015-05-21 09:24 | alostale | Relationship added | related to 0029902 |