Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0039056Openbravo ERPA. Platformpublic2018-07-26 13:322019-02-01 08:38
caristu 
caristu 
highminoralways
closedfixed 
5
 
 
caristu
Core
No
0039056: Hibernate pool is being used by some ant tasks
The Hibernate pool is being used by some ant tasks defined in src-db/build.xml.

We are not using the Tomcat pool to retrieve the DB connections in those tasks because their classpath does not include the .jars required by the Tomcat pool.
1- Run ant export.database
2- Check that the following line appears during the export.database.structure task:

INFO - Could not load external DB pool [org.openbravo.apachejdbcconnectionpool.JdbcExternalConnectionPool]. Using old pool.
No tags attached.
related to defect 0039038 closed caristu Hibernate warning appears in console when executing some ant tasks 
related to defect 0039128 closed caristu ant compile.apply.module task gets stuck when updating from 2.50 to pi 
related to defect 0040047 closed caristu Fix database export to avoid manually copying wstx-asl-3.0.2.jar inside Ant folder 
Issue History
2018-07-26 13:32caristuNew Issue
2018-07-26 13:32caristuAssigned To => caristu
2018-07-26 13:32caristuModules => Core
2018-07-26 13:32caristuTriggers an Emergency Pack => No
2018-07-26 13:32caristuIssue generated from0039038
2018-07-26 13:32caristuRelationship addedrelated to 0039038
2018-07-26 13:34caristuDescription Updatedbug_revision_view_page.php?rev_id=17460#r17460
2018-08-13 15:05caristuRelationship addedrelated to 0039128
2019-01-28 17:02caristuRelationship addedrelated to 0040047
2019-01-31 18:48caristuDescription Updatedbug_revision_view_page.php?rev_id=18247#r18247
2019-01-31 18:53caristuDescription Updatedbug_revision_view_page.php?rev_id=18248#r18248
2019-01-31 19:08caristuDescription Updatedbug_revision_view_page.php?rev_id=18249#r18249
2019-01-31 19:15caristuDescription Updatedbug_revision_view_page.php?rev_id=18250#r18250
2019-01-31 19:17caristuDescription Updatedbug_revision_view_page.php?rev_id=18251#r18251
2019-02-01 08:38caristuReview Assigned To => caristu
2019-02-01 08:38caristuNote Added: 0109379
2019-02-01 08:38caristuStatusnew => closed
2019-02-01 08:38caristuResolutionopen => fixed

Notes
(0109379)
caristu   
2019-02-01 08:38   
Fixed with: https://code.openbravo.com/erp/devel/pi/rev/aaa984886667a027a8c99692447febe6e4ca7707#l1.16 [^]