Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0007060 | Openbravo ERP | A. Platform | public | 2009-01-21 16:54 | 2009-03-06 12:34 |
Reporter | mtaal | ||||
Assigned To | mtaal | ||||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | pi | ||||
Target Version | pi | Fixed in Version | |||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | No | ||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0007060: REST: when posting an xml without the Openbravo roottag an unclear error message is given | ||||
Description | Currently the error message: not the same object is given. It should be something related to the mandatory root tag. This is an example of an incorrect doocument: <Hotel_Guest id="064E6CCE55D04548B9C2B8F36DF73BB2" identifier="Spuzvica Cevapovic"> <calculateGuestType/> <id>064E6CCE55D04548B9C2B8F36DF73BB2</id> <client id="1000000" entity-name="ADClient" identifier="BigBazaar"/> <organization id="0" entity-name="Organization" identifier="*"/> <isActive>true</isActive> </Hotel_Guest> It should be: <?xml version="1.0" encoding="UTF-8"?> <ob:Openbravo xmlns:ob="http://www.openbravo.com" [^] created="Wed Jan 21 16:32:06 CET 2009" ob-version="2.50" ob-revision="11999"> <Hotel_Guest id="064E6CCE55D04548B9C2B8F36DF73BB2" identifier="Spuzvica Cevapovic"> <calculateGuestType/> <id>064E6CCE55D04548B9C2B8F36DF73BB2</id> <client id="1000000" entity-name="ADClient" identifier="BigBazaar"/> <organization id="0" entity-name="Organization" identifier="*"/> <isActive>true</isActive> </Hotel_Guest> </ob:Openbravo> | ||||
Steps To Reproduce | |||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2009-01-21 16:54 | mtaal | New Issue | |||
2009-01-21 16:54 | mtaal | Assigned To | => mtaal | ||
2009-01-21 16:54 | mtaal | sf_bug_id | 0 => 2526402 | ||
2009-01-21 16:54 | mtaal | OBNetwork customer | => No | ||
2009-01-21 16:54 | mtaal | Regression testing | => No | ||
2009-01-22 10:47 | svnbot | Checkin | |||
2009-01-22 10:47 | svnbot | Note Added: 0012509 | |||
2009-01-22 10:47 | svnbot | Status | new => resolved | ||
2009-01-22 10:47 | svnbot | Resolution | open => fixed | ||
2009-01-22 10:47 | svnbot | svn_revision | => 12135 | ||
2009-03-06 12:34 | psarobe | Status | resolved => closed |
Notes | |||||
|
|||||
|
|