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

View Revisions: Issue #43818 All Revisions ] Back to Issue ]
Summary 0043818: Error thrown using Retail API module for Business Partner POST method filling example values
Revision 2020-04-22 10:05 by santi_lozano
Description Error (see code below) using Retail API for a POST request that creates BussinesPartner items.
Create a POST request to:
https://livebuilds.openbravo.com/retail_modules_pgsql_pi/ws/org.openbravo.retail.api.ImportService/BusinessPartner [^]
With the example data (filling the fields for the concrete role):
https://livebuilds.openbravo.com/retail_modules_pgsql_pi/api?urls.primaryName=RetailAPI#/BusinessPartner/Import_BusinessPartner [^]
Then error is thrown on EDL Request window:
"Error while importing an item: class java.lang.String cannot be cast to class org.openbravo.base.structure.BaseOBObject (java.lang.String is in module java.base of loader 'bootstrap'; org.openbravo.base.structure.BaseOBObject is in unnamed module of loader org.apache.catalina.loader.ParallelWebappClassLoader @6a3aab04)”
Revision 2020-04-22 10:03 by santi_lozano
Description Error (see code below) using Retail API for a POST request that creates BussinesPartner items. Create a POST request as proposed to
https://livebuilds.openbravo.com/retail_modules_pgsql_pi/ws/org.openbravo.retail.api.ImportService/BusinessPartner [^]
with the example data, filling the fields for the concrete role
https://livebuilds.openbravo.com/retail_modules_pgsql_pi/api?urls.primaryName=RetailAPI#/BusinessPartner/Import_BusinessPartner [^]
then error is thrown on EDL Request window
Error while importing an item: class java.lang.String cannot be cast to class “org.openbravo.base.structure.BaseOBObject (java.lang.String is in module java.base of loader 'bootstrap'; org.openbravo.base.structure.BaseOBObject is in unnamed module of loader org.apache.catalina.loader.ParallelWebappClassLoader @6a3aab04)”


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker