Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0038211
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminoralways2018-03-23 11:452018-03-26 12:17
ReportermigueldejuanaView Statuspublic 
Assigned Tomigueldejuana 
PrioritynormalResolutionfixedFixed in VersionRR18Q2
StatusclosedFix in branchFixed in SCM revision101bc71537c1
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0038211: Handle properly errors from backend to show it in Log Client

DescriptionHandle properly errors from backend to show it in Log Client
Steps To Reproduce- Force an error in backend, for example in OrderLoader.java line 2177:

 if (posTerminal != null) {
      jsonResponse.put(JsonConstants.RESPONSE_STATUS, JsonConstants.RPCREQUEST_STATUS_FAILURE);
      jsonResponse.put(JsonConstants.RESPONSE_ERRORMESSAGE, "The POS terminal with id "
          + posTerminalId + " couldn't be found");
      return jsonResponse;
    }

- Enable Synchronize Mode
- Login webpos and create a sale
- ERROR! The shown error(popup and log client) has no info
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0103492)
hgbot (developer)
2018-03-26 10:20

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 101bc71537c1541c83fe46a07f21fcb1afa0592d
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Fri Mar 23 11:46:55 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/101bc71537c1541c83fe46a07f21fcb1afa0592d [^]

Fixed issue 0038211: Handle properly errors from backend to show it in Log Client

- Handle properly errors generated by Servlets

---
M src/org/openbravo/mobile/core/process/DataSynchronizationProcess.java
---

- Issue History
Date Modified Username Field Change
2018-03-23 11:45 migueldejuana New Issue
2018-03-23 11:45 migueldejuana Assigned To => migueldejuana
2018-03-23 11:45 migueldejuana Triggers an Emergency Pack => No
2018-03-26 10:20 hgbot Checkin
2018-03-26 10:20 hgbot Note Added: 0103492
2018-03-26 10:20 hgbot Status new => resolved
2018-03-26 10:20 hgbot Resolution open => fixed
2018-03-26 10:20 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/101bc71537c1541c83fe46a07f21fcb1afa0592d [^]
2018-03-26 12:17 marvintm Review Assigned To => marvintm
2018-03-26 12:17 marvintm Status resolved => closed
2018-03-26 12:17 marvintm Fixed in Version => RR18Q2


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker