Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0040406Openbravo ERPA. Platformpublic2019-03-18 14:092019-04-30 16:52
alostale 
alostale 
immediateminorhave not tried
closedfixed 
5
 
3.0PR19Q1.1 
jarmendariz
Core
Production - QA Approved
2018-11-19
3.0PR19Q1
https://code.openbravo.com/erp/devel/pi/rev/e262ec746d3ced3f8605622a206aab6a55d60131 [^]
No
0040406: log from callouts don't include callout class name
When logging using protected log4j in callouts, org.openbravo.erpCommon.ad_callouts.DelegateConnectionProvider logger is used, it should instead use the specific logger for the concrete callout.
1. Log in as QA Test Admin
2. Create a new record in Payment Out window
3. Select Employee A in Paying to field
  -> Check log:
      INFO org.openbravo.erpCommon.ad_callouts.DelegateConnectionProvider - No default info for the selected business partner
      It should be SE_Payment_BPartner instead
No tags attached.
blocks defect 0040405 closed alostale log from callouts don't include callout class name 
Issue History
2019-03-18 14:12alostaleTypedefect => backport
2019-03-18 14:12alostaleTarget Version => 3.0PR19Q1
2019-03-18 14:32alostaleSummarylog from calllouts don't include callout class name => log from callouts don't include callout class name
2019-03-18 14:32alostaleSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=18487#r18487
2019-03-18 14:37alostaleRegression introduced in releasemain => 3.0PR19Q1
2019-03-18 15:29alostaleTarget Version3.0PR19Q1 => 3.0PR19Q1.1
2019-03-28 08:04hgbotCheckin
2019-03-28 08:04hgbotNote Added: 0110711
2019-03-28 08:04hgbotStatusscheduled => resolved
2019-03-28 08:04hgbotResolutionopen => fixed
2019-03-28 08:04hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR19Q1.1/rev/6f7049882ed10d4aeea66a68597949375b6f481a [^]
2019-04-30 16:52jarmendarizNote Added: 0111392
2019-04-30 16:52jarmendarizStatusresolved => closed

Notes
(0110711)
hgbot   
2019-03-28 08:04   
Repository: erp/backports/3.0PR19Q1.1
Changeset: 6f7049882ed10d4aeea66a68597949375b6f481a
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Mar 18 14:13:03 2019 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR19Q1.1/rev/6f7049882ed10d4aeea66a68597949375b6f481a [^]

fixed bug 40406: logs from callouts don't include callout class name

---
M src-core/src/org/openbravo/base/HttpBaseServlet.java
M src/org/openbravo/erpCommon/ad_callouts/DelegateConnectionProvider.java
---
(0111392)
jarmendariz   
2019-04-30 16:52   
Reviewed + tested