Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0040405 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | have not tried | 2019-03-18 14:09 | 2019-03-28 14:56 | |||
Reporter | alostale | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR19Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 1b3508572834 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | jarmendariz | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | Production - QA Approved | |||||||
Regression date | 2018-11-19 | |||||||
Regression introduced in release | 3.0PR19Q1 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/e262ec746d3ced3f8605622a206aab6a55d60131 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0040405: log from callouts don't include callout class name | |||||||
Description | 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. | |||||||
Steps To Reproduce | 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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||||||||||||||||
|
Notes | |
(0110479) hgbot (developer) 2019-03-18 14:15 |
Repository: erp/devel/pi Changeset: 1b3508572834494bde33ec3da283d3c08b0272bf Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Mon Mar 18 14:13:03 2019 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/1b3508572834494bde33ec3da283d3c08b0272bf [^] fixed bug 40405: log from callouts don't include callout class name --- M src/org/openbravo/erpCommon/ad_callouts/DelegateConnectionProvider.java --- |
(0110483) jarmendariz (developer) 2019-03-18 16:51 |
Code reviewed and tested. |
(0110511) hgbot (developer) 2019-03-20 13:30 |
Repository: erp/devel/pi Changeset: 60a97da4f4b7ed377c3007a6bb83296f9976870c Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Wed Mar 20 13:29:17 2019 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/60a97da4f4b7ed377c3007a6bb83296f9976870c [^] related to bug 40405: proper logger for HBS subclasses --- M src-core/src/org/openbravo/base/HttpBaseServlet.java --- |
(0110513) hgbot (developer) 2019-03-20 13:58 |
Repository: erp/devel/pi Changeset: 5be0e47e84c48e3f603b25190fac8c9f4930c5a9 Author: Javier Armendáriz <javier.armendariz <at> openbravo.com> Date: Wed Mar 20 13:38:11 2019 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/5be0e47e84c48e3f603b25190fac8c9f4930c5a9 [^] Related to issue 40405: Using correct logger in ImportEntryProcessor --- M src/org/openbravo/service/importprocess/ImportEntryProcessor.java --- |
(0110873) hudsonbot (developer) 2019-03-28 14:56 |
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/b2fbc1588df4 [^] Maturity status: Test |
(0110875) hudsonbot (developer) 2019-03-28 14:56 |
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/b2fbc1588df4 [^] Maturity status: Test |
(0110876) hudsonbot (developer) 2019-03-28 14:56 |
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/b2fbc1588df4 [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2019-03-18 14:09 | alostale | New Issue | |
2019-03-18 14:09 | alostale | Assigned To | => alostale |
2019-03-18 14:09 | alostale | Modules | => Core |
2019-03-18 14:09 | alostale | Triggers an Emergency Pack | => No |
2019-03-18 14:10 | alostale | Regression level | => Production - QA Approved |
2019-03-18 14:10 | alostale | Regression date | => 2018-11-19 |
2019-03-18 14:10 | alostale | Regression introduced in release | => main |
2019-03-18 14:10 | alostale | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/e262ec746d3ced3f8605622a206aab6a55d60131 [^] |
2019-03-18 14:11 | alostale | Review Assigned To | => jarmendariz |
2019-03-18 14:11 | alostale | Relationship added | caused by 0039504 |
2019-03-18 14:12 | alostale | Status | new => scheduled |
2019-03-18 14:14 | alostale | Summary | log from calllouts don't include callout class name => log from callouts don't include callout class name |
2019-03-18 14:15 | hgbot | Checkin | |
2019-03-18 14:15 | hgbot | Note Added: 0110479 | |
2019-03-18 14:15 | hgbot | Status | scheduled => resolved |
2019-03-18 14:15 | hgbot | Resolution | open => fixed |
2019-03-18 14:15 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/1b3508572834494bde33ec3da283d3c08b0272bf [^] |
2019-03-18 14:25 | alostale | Relationship added | related to 0040407 |
2019-03-18 14:32 | alostale | Steps to Reproduce Updated | View Revisions |
2019-03-18 14:37 | alostale | Regression introduced in release | main => 3.0PR19Q1 |
2019-03-18 16:51 | jarmendariz | Note Added: 0110483 | |
2019-03-18 16:52 | jarmendariz | Status | resolved => closed |
2019-03-18 16:52 | jarmendariz | Fixed in Version | => 3.0PR19Q2 |
2019-03-20 13:30 | hgbot | Checkin | |
2019-03-20 13:30 | hgbot | Note Added: 0110511 | |
2019-03-20 13:58 | hgbot | Checkin | |
2019-03-20 13:58 | hgbot | Note Added: 0110513 | |
2019-03-28 14:56 | hudsonbot | Checkin | |
2019-03-28 14:56 | hudsonbot | Note Added: 0110873 | |
2019-03-28 14:56 | hudsonbot | Checkin | |
2019-03-28 14:56 | hudsonbot | Note Added: 0110875 | |
2019-03-28 14:56 | hudsonbot | Checkin | |
2019-03-28 14:56 | hudsonbot | Note Added: 0110876 |
Copyright © 2000 - 2009 MantisBT Group |