Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0037818Openbravo ERPA. Platformpublic2018-02-02 10:002018-02-07 13:00
AugustoMauch 
AugustoMauch 
immediateminorhave not tried
closedfixed 
5
 
 
caristu
Core
No
0037818: API Change: UpdateAuditTrail process has been removed
As part of the fix of this issue [1] the UpdateAuditTrail process has been removed. This is the API change log [2]

Errors:

org.openbravo.erpCommon.ad_process:
Missing
class org.openbravo.erpCommon.ad_process.UpdateAuditTrail: missing in /srv/ci/workspace/int-full-pgsql/SANDBOX/api-checks/output/java
+ failure=1

To manage the creation of the ad_context_info more efficiently we want to disable enabling the audit trail infrastructure when Tomcat is started. The way to do it now is by stopping Tomcat, rebuilding Openbravo and starting Tomcat again.

[1] https://issues.openbravo.com/view.php?id=37681 [^]
[2] http://ci.openbravo.com/job/int-api/3262/console [^]
--
Approved
related to feature request 0037681 closed AugustoMauch No need to create the ad_context_info table if audit trail is not active, remove Update Audit Trail Infrastructure. 
Issue History
2018-02-02 10:00AugustoMauchNew Issue
2018-02-02 10:00AugustoMauchAssigned To => alostale
2018-02-02 10:00AugustoMauchModules => Core
2018-02-02 10:00AugustoMauchTriggers an Emergency Pack => No
2018-02-02 10:01AugustoMauchRelationship addedrelated to 0037681
2018-02-02 10:02AugustoMauchDescription Updatedbug_revision_view_page.php?rev_id=16619#r16619
2018-02-02 10:03alostaleTag Attached: Approved
2018-02-02 10:03alostaleAssigned Toalostale => AugustoMauch
2018-02-02 10:27hgbotCheckin
2018-02-02 10:27hgbotNote Added: 0102146
2018-02-02 10:27hgbotStatusnew => resolved
2018-02-02 10:27hgbotResolutionopen => fixed
2018-02-02 10:27hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/ed6a37329d7cd3a5e66668b4fdf9d9e5664b6c6e [^]
2018-02-02 10:27AugustoMauchReview Assigned To => caristu
2018-02-02 10:35AugustoMauchNote Added: 0102147
2018-02-02 12:47hgbotCheckin
2018-02-02 12:47hgbotNote Added: 0102153
2018-02-02 12:47hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/api-checks/rev/ed6a37329d7cd3a5e66668b4fdf9d9e5664b6c6e [^] => http://code.openbravo.com/erp/devel/api-checks/rev/7266057273769ce396206633e212021124915019 [^]
2018-02-07 13:00AugustoMauchNote Added: 0102245
2018-02-07 13:00AugustoMauchStatusresolved => closed

Notes
(0102146)
hgbot   
2018-02-02 10:27   
Repository: erp/devel/api-checks
Changeset: ed6a37329d7cd3a5e66668b4fdf9d9e5664b6c6e
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Feb 02 10:24:38 2018 +0100
URL: http://code.openbravo.com/erp/devel/api-checks/rev/ed6a37329d7cd3a5e66668b4fdf9d9e5664b6c6e [^]

Fixes issue 37818: Change approved, UpdateAuditTrail process has been removed

UpdateAuditTrail process has been removed

Now to update the audit trail infrastructure Tomcat must be stopped, Openbravo rebuilt, and Tomcat started again.

---
M java/reference/java.japi.gz
---
(0102147)
AugustoMauch   
2018-02-02 10:35   
The wiki has been udpated: http://wiki.openbravo.com/wiki/Audit_Trail#Running_the_.27Update_Audit_Trail_infrastructure_process [^]
(0102153)
hgbot   
2018-02-02 12:47   
Repository: erp/devel/api-checks
Changeset: 7266057273769ce396206633e212021124915019
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Feb 02 12:46:49 2018 +0100
URL: http://code.openbravo.com/erp/devel/api-checks/rev/7266057273769ce396206633e212021124915019 [^]

Fixes issue 37818: API changes in model

---
M model/src-db/database/sourcedata/AD_MENU.xml
M model/src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M model/src-db/database/sourcedata/AD_PROCESS.xml
M model/src-db/database/sourcedata/AD_TREENODE.xml
---
(0102245)
AugustoMauch   
2018-02-07 13:00   
The API change has been approved