Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0019010Openbravo ERP09. Financial managementpublic2011-11-07 14:052011-12-28 09:30
shuehner 
gorkaion 
normalmajorhave not tried
closedfixed 
5
 
3.0MP7 
Core
No
0019010: FIN_PaymentMonitorProcess uses static conn member which is wrong if process scheduled multiple times
This changeset:
https://code.openbravo.com/erp/devel/pi/rev/a7122d9b429a70e63410279013fee50ec0bcdc61 [^]

adds a static ConnectionProvider member to the class which is most likely wrong if the class is scheduled multiple times (i.e. at client level) as the value for the variable will be shared.
That sharing across instances of the class is most likely unintended and probably broken looking at the usage of the variable.

-
No tags attached.
related to defect 00182763.0MP5 closed gorkaion due amount on invoices is not properly initialized 
related to feature request 0018277 closed gorkaion APR Payment monitor background process should update paid and outstanding amounts 
Issue History
2011-11-07 14:05shuehnerNew Issue
2011-11-07 14:05shuehnerAssigned To => gorkaion
2011-11-07 14:05shuehnerModules => Core
2011-11-07 14:05shuehnerRelationship addedrelated to 0018276
2011-11-07 14:05shuehnerRelationship addedrelated to 0018277
2011-11-07 15:49shuehnerTarget Version => 3.0MP6
2011-12-01 10:15eduardo_ArgalTarget Version3.0MP6 => 3.0MP7
2011-12-23 12:48hgbotCheckin
2011-12-23 12:48hgbotNote Added: 0044024
2011-12-23 12:48hgbotStatusnew => resolved
2011-12-23 12:48hgbotResolutionopen => fixed
2011-12-23 12:48hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/2bf1f5aa29ad28b9f343a33e501d78273413ea75 [^]
2011-12-28 04:38hudsonbotCheckin
2011-12-28 04:38hudsonbotNote Added: 0044045
2011-12-28 09:30VictorVillarNote Added: 0044051
2011-12-28 09:30VictorVillarStatusresolved => closed

Notes
(0044024)
hgbot   
2011-12-23 12:48   
Repository: erp/devel/pi
Changeset: 2bf1f5aa29ad28b9f343a33e501d78273413ea75
Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com>
Date: Fri Dec 23 10:22:56 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/2bf1f5aa29ad28b9f343a33e501d78273413ea75 [^]

Fixed issue 19010.Fix issue with ConnectionProvider declaration.

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_PaymentMonitorProcess.java
---
(0044045)
hudsonbot   
2011-12-28 04:38   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/05d50af83cc8 [^]

Maturity status: Test
(0044051)
VictorVillar   
2011-12-28 09:30   
verified