Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0030344Openbravo ERPA. Platformpublic2015-07-13 13:252022-02-01 08:09
inigosanchez 
Triage Platform Base 
lowminorhave not tried
acknowledgedopen 
5
 
 
Core
No
0030344: A connection is created without using the "external connection pool" and is never closed
A connection is created without using the "external connection pool" and is never closed. This connection is created by default pool of Hibernate. This is correct when don't use an external connection pool. In this case, using an external connection pool, this behavior is wrong.
* Configure ERP to use an external connection pool. See an example here.[1]
* Launch tomcat server and wait until tomcat is up
* Monitor last queries of every connection in database (Postgresql: select * from pg_stat_activity).
* You can see this connection:
** query: "SET extra_float_digits = 3"
** state: "idle"

[1]. http://wiki.openbravo.com/wiki/How_to_Use_an_External_Connection_Pool [^]
 
No tags attached.
Issue History
2015-07-13 13:25inigosanchezNew Issue
2015-07-13 13:25inigosanchezAssigned To => platform
2015-07-13 13:25inigosanchezModules => Core
2015-07-13 13:25inigosanchezTriggers an Emergency Pack => No
2015-07-13 13:39inigosanchezDescription Updatedbug_revision_view_page.php?rev_id=9005#r9005
2015-07-13 14:02alostaleStatusnew => acknowledged
2015-07-13 14:02alostaleTypedefect => design defect
2022-02-01 08:09alostaleAssigned Toplatform => Triage Platform Base

There are no notes attached to this issue.