Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0035409 | Openbravo ERP | A. Platform | public | 2017-03-02 13:54 | 2017-03-15 20:21 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q2 | |
Merge Request Status | |
Review Assigned To | caristu |
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 | 0035409: add support to expose pool info as jmx bean |
Description | Tomcat jdbc pool supports exposing its information as a jmx bean [1]. This can be useful for monitoring purposes as well as it allows to change some of the configuration parameters live without restarting Tomcat.
[1] https://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#JMX [^] |
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | 35409.export (3,004) 2017-03-02 14:02 https://issues.openbravo.com/file_download.php?file_id=10530&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2017-03-02 13:54 | alostale | New Issue | |
2017-03-02 13:54 | alostale | Assigned To | => platform |
2017-03-02 13:54 | alostale | OBNetwork customer | => No |
2017-03-02 13:54 | alostale | Modules | => Core |
2017-03-02 13:54 | alostale | Triggers an Emergency Pack | => No |
2017-03-02 14:02 | alostale | File Added: 35409.export | |
2017-03-02 14:02 | alostale | Note Added: 0094685 | |
2017-03-08 09:32 | alostale | Assigned To | platform => alostale |
2017-03-08 09:32 | alostale | Review Assigned To | => caristu |
2017-03-08 09:33 | hgbot | Checkin | |
2017-03-08 09:33 | hgbot | Note Added: 0094814 | |
2017-03-08 09:33 | hgbot | Status | new => resolved |
2017-03-08 09:33 | hgbot | Resolution | open => fixed |
2017-03-08 09:33 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e6809c9c722b67ba78e99a7e8cde24c0e8126bec [^] |
2017-03-09 09:14 | hgbot | Checkin | |
2017-03-09 09:14 | hgbot | Note Added: 0094847 | |
2017-03-10 14:03 | caristu | Note Added: 0094918 | |
2017-03-10 14:03 | caristu | Status | resolved => closed |
2017-03-10 14:03 | caristu | Fixed in Version | => 3.0PR17Q2 |
2017-03-15 20:21 | hudsonbot | Checkin | |
2017-03-15 20:21 | hudsonbot | Note Added: 0095277 | |
2017-03-15 20:21 | hudsonbot | Checkin | |
2017-03-15 20:21 | hudsonbot | Note Added: 0095281 | |
Notes |
|
|
|
|
(0094814)
|
hgbot
|
2017-03-08 09:33
|
|
Repository: erp/devel/pi
Changeset: e6809c9c722b67ba78e99a7e8cde24c0e8126bec
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Mar 02 14:02:04 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/e6809c9c722b67ba78e99a7e8cde24c0e8126bec [^]
fixed issue 35409: add support to expose pool info as jmx bean
Jdbc pool can be exposed as jmx by enabling it through the property
db.pool.jmxEnabled
---
M config/Openbravo.properties.template
M modules/org.openbravo.apachejdbcconnectionpool/src/org/openbravo/apachejdbcconnectionpool/JdbcExternalConnectionPool.java
---
|
|
|
(0094847)
|
hgbot
|
2017-03-09 09:14
|
|
Repository: erp/devel/pi
Changeset: 55fc67ee5c756f1e025b63bc2d5d0c058f931718
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Mar 09 09:14:15 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/55fc67ee5c756f1e025b63bc2d5d0c058f931718 [^]
related to issue 35409: don't log error when registering jxm with same name
This occurs when building system having jxm enabled.
---
M modules/org.openbravo.apachejdbcconnectionpool/src/org/openbravo/apachejdbcconnectionpool/JdbcExternalConnectionPool.java
---
|
|
|
|
|
|
|
|
|
|
|