Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033574Retail ModulesWeb POSpublic2016-08-01 09:522016-08-16 09:59
shuehner 
shuehner 
normalminorhave not tried
closedfixed 
5
 
RR16Q4 
mtaal
No
0033574: MultiServerJSONProcess doing extra ad_role read in every invocation (missing getProxy)
localCreateImportEntry is not using getProxy for Role.class when creating the c_import_entry so doing a extra select to ad_role every time
Trace sqls done by localCreateImportEntry in that class.
No tags attached.
Issue History
2016-08-01 09:52shuehnerNew Issue
2016-08-01 09:52shuehnerAssigned To => shuehner
2016-08-01 09:52shuehnerTriggers an Emergency Pack => No
2016-08-01 18:06hgbotCheckin
2016-08-01 18:06hgbotNote Added: 0088710
2016-08-01 18:06hgbotStatusnew => resolved
2016-08-01 18:06hgbotResolutionopen => fixed
2016-08-01 18:06hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/c4a8ef9ca949011ee886abe9a42643c5d210bbb9 [^]
2016-08-01 18:07shuehnerReview Assigned To => marvintm
2016-08-08 13:08mtaalReview Assigned Tomarvintm => mtaal
2016-08-16 09:59mtaalNote Added: 0089120
2016-08-16 09:59mtaalStatusresolved => closed
2016-08-16 09:59mtaalFixed in Version => RR16Q4

Notes
(0088710)
hgbot   
2016-08-01 18:06   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: c4a8ef9ca949011ee886abe9a42643c5d210bbb9
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Mon Aug 01 10:55:54 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/c4a8ef9ca949011ee886abe9a42643c5d210bbb9 [^]

Fixed 33574. Use dal getProxy to avoid ad_role sql select on every insert.

---
M src/org/openbravo/mobile/core/servercontroller/MultiServerJSONProcess.java
---
(0089120)
mtaal   
2016-08-16 09:59   
Reviewed and tested