Openbravo Issue Tracking System - Retail Modules
View Issue Details
0034040Retail ModulesStoreServerpublic2016-09-20 17:012016-10-25 15:47
Asantos9 
mtaal 
normalmajoralways
closedfixed 
5
 
RR17Q1 
AugustoMauch
No
No
0034040: fillSessionArguments method is running twice processing a request
When we call a web service, the store server is running two times fillSessionArguments taking 500 milliseconds on average for each time.
- Call a web service with multi-server.
No tags attached.
depends on feature request 00342763.0PR17Q1 closed mtaal Openbravo ERP Login performance improvements: more precise obcontext cache and allow bypassing specific fill-session code 
png fillSessionArgumentsOnStoreServer.png (241,471) 2016-09-20 17:01
https://issues.openbravo.com/file_download.php?file_id=9841&type=bug
png
Issue History
2016-09-20 17:01Asantos9New Issue
2016-09-20 17:01Asantos9Assigned To => StoreServer
2016-09-20 17:01Asantos9File Added: fillSessionArgumentsOnStoreServer.png
2016-09-20 17:01Asantos9OBNetwork customer => No
2016-09-20 17:01Asantos9Triggers an Emergency Pack => No
2016-09-21 08:50mtaalAssigned ToStoreServer => mtaal
2016-10-23 10:41mtaalRelationship addeddepends on 0034276
2016-10-23 11:08hgbotCheckin
2016-10-23 11:08hgbotNote Added: 0090788
2016-10-23 11:08hgbotStatusnew => resolved
2016-10-23 11:08hgbotResolutionopen => fixed
2016-10-23 11:08hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/074ed1d9a070699d191fea26a7d300ffef0fdf78 [^]
2016-10-24 16:03mtaalReview Assigned To => AugustoMauch
2016-10-25 15:47AugustoMauchNote Added: 0090871
2016-10-25 15:47AugustoMauchStatusresolved => closed
2016-10-25 15:47AugustoMauchFixed in Version => RR17Q1

Notes
(0090788)
hgbot   
2016-10-23 11:08   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 074ed1d9a070699d191fea26a7d300ffef0fdf78
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Sun Oct 23 11:08:15 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/074ed1d9a070699d191fea26a7d300ffef0fdf78 [^]

Fixes issue 34040: fillSessionArguments method is running twice processing a request
Use the OBContextCache in a more precise manner, set light login variable to make
the login perform better for mobile requests.

---
M src/org/openbravo/mobile/core/authenticate/MobileKeyAuthenticationManager.java
---
(0090871)
AugustoMauch   
2016-10-25 15:47   
Code reviewed and verified