Project:
View Revisions: Issue #54015 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0054015: API failing but responding 200 | ||
Revision | 2023-11-23 12:29 by javietxe | ||
Steps To Reproduce | An example: - Create a Shipment with a shipment line without setting a bin to it (or deleting it if it's automatically set) - Through postman, do this call setting the date of the Shipment created https://livebuilds.openbravo.com/context/retail_modules_pgsql_pi/ws/org.openbravo.api.ExportService/ShipmentInOut/goodsReceiptByMovementDate?movementDate=2012-07-24&_page=1&_pageSize=5 [^] Check that even the response has a JSON and the response code is a 200, the JSON is not complete. Check also that in the openbravo.logs it exists a stacktrace with the error. In this example: ERROR org.openbravo.service.web.BaseWebServiceServlet - Value of property bin is null but it does not accept null values org.openbravo.base.exception.OBException: Value of property bin is null but it does not accept null values |
||
Revision | 2023-11-23 12:06 by javietxe | ||
Steps To Reproduce | An example: - Create a Shipment without setting a bin to it - Through postman, do this call setting the date of the Shipment created https://livebuilds.openbravo.com/context/retail_modules_pgsql_pi/ws/org.openbravo.api.ExportService/ShipmentInOut/goodsReceiptByMovementDate?movementDate=2012-07-24&_page=1&_pageSize=5 [^] Check that even the response has a JSON and the response code is a 200, the JSON is not complete. Check also that in the openbravo.logs it exists a stacktrace with the error. In this example: ERROR org.openbravo.service.web.BaseWebServiceServlet - Value of property bin is null but it does not accept null values org.openbravo.base.exception.OBException: Value of property bin is null but it does not accept null values |
Copyright © 2000 - 2009 MantisBT Group |