Skip to:
Checking the server commands:
sendEmail is failing because of serialization problems
other methods like resetCache require changing the "@Override protected post" approach by "@Post public actionMethod", like the change to sendEmail here: https://bitbucket.org/idempiere/idempiere/changeset/0e5c230ed79f#chg-org.adempiere.server/src/main/servlet/org/adempiere/web/server/command/SendEmailCommand.java
Could we consider implementing some @Get methods for some key commands? For example allowing to run a process with get method could be useful. WDYT?
Regards,
Carlos Ruiz
Checking the server commands:
sendEmail is failing because of serialization problems
other methods like resetCache require changing the "@Override protected post" approach by "@Post public actionMethod", like the change to sendEmail here:
https://bitbucket.org/idempiere/idempiere/changeset/0e5c230ed79f#chg-org.adempiere.server/src/main/servlet/org/adempiere/web/server/command/SendEmailCommand.java
Could we consider implementing some @Get methods for some key commands? For example allowing to run a process with get method could be useful. WDYT?
Regards,
Carlos Ruiz