Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0033685 | Openbravo ERP | A. Platform | public | 2016-08-11 09:23 | 2022-02-01 08:09 |
Reporter | NaroaIriarte | ||||
Assigned To | Triage Platform Base | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | acknowledged | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0033685: The openStatelessSession methods of DalSessionFactory always use the hibernate pool | ||||
Description | Even if the JDBC Connection Pool is used, the openStatelessSession methods do not use that pool, they use the hibernate pool. Nowadays these methods are not used but if someday they are, the chance of using the JDBC Connection Pool must exist. | ||||
Steps To Reproduce | - | ||||
Proposed Solution | It would be necessary to check if the JDBC Connection Pool is set and if it is, take a connection from it. If not, then take the connection from the hibernate pool. | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2016-08-11 09:23 | NaroaIriarte | New Issue | |||
2016-08-11 09:23 | NaroaIriarte | Assigned To | => platform | ||
2016-08-11 09:23 | NaroaIriarte | Modules | => Core | ||
2016-08-11 09:23 | NaroaIriarte | Triggers an Emergency Pack | => No | ||
2016-12-01 13:13 | alostale | Status | new => acknowledged | ||
2016-12-01 13:13 | alostale | Type | defect => design defect | ||
2022-02-01 08:09 | alostale | Assigned To | platform => Triage Platform Base |
There are no notes attached to this issue. |