Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0034721 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | always | 2016-12-13 11:37 | 2016-12-19 23:17 | |||
Reporter | caristu | View Status | public | |||||
Assigned To | mtaal | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR17Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | d42a1c8a7295 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | caristu | |||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | Pre packaging ( pi ) | |||||||
Regression date | 2016-11-14 | |||||||
Regression introduced in release | ||||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/b59cceedafd36944a56a5cf3aa12e3e143f1e084 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0034721: Error thrown in the log after invoking a JSON Rest Web Service | |||||||
Description | The following error is raised in the log after invoking a JSON web service: ERROR org.openbravo.service.OBServiceException - No WebService found using the name Order org.openbravo.service.OBServiceException: No WebService found using the name Order at org.openbravo.service.web.BaseWebServiceServlet.getWebService(BaseWebServiceServlet.java:112) | |||||||
Steps To Reproduce | 1) Launch a WS request to a JSON Web Service like the following: https://livebuilds.openbravo.com/erp_pi_pgsql/org.openbravo.service.json.jsonrest/Order [^] 2) The error appears in the log | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0092376) hgbot (developer) 2016-12-15 00:12 |
Repository: erp/devel/pi Changeset: be1fcdd41c1f37b6dd0b5c664b10e20d53a4203a Author: Martin Taal <martin.taal <at> openbravo.com> Date: Thu Dec 15 00:12:10 2016 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/be1fcdd41c1f37b6dd0b5c664b10e20d53a4203a [^] Fixes issue 34721: Error thrown in the log after invoking a JSON Rest Web Service Handle webservice requests for generic REST data interfaces --- M src/org/openbravo/service/web/BaseWebServiceServlet.java M src/org/openbravo/service/web/WebServiceServlet.java --- |
(0092377) hgbot (developer) 2016-12-15 00:13 |
Repository: tools/automation/pi-mobile Changeset: 06f84e282873ef44180ae959d337b38412129abf Author: Martin Taal <martin.taal <at> openbravo.com> Date: Thu Dec 15 00:13:31 2016 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/06f84e282873ef44180ae959d337b38412129abf [^] Related to issue 34721: Error thrown in the log after invoking a JSON Rest Web Service Added testcase doing a standard json rest request, don't send content as then a GET request is supported (if a GET request has content it automatically becomes a POST request) --- M src-test/org/openbravo/test/mobile/retail/extmodules/unittest/tests/statelesswebservice/TestStatelessWebService.java M src-test/org/openbravo/test/mobile/retail/mobilecore/webservice/WebServicesHelper.java --- |
(0092469) hgbot (developer) 2016-12-16 11:10 |
Repository: erp/devel/pi Changeset: 98d7b377e37de031b0890b2e84ae1a370d39492a Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Fri Dec 16 11:08:58 2016 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/98d7b377e37de031b0890b2e84ae1a370d39492a [^] related to issue 34721: apply file format and add missing @Override annotation --- M src/org/openbravo/service/web/BaseWebServiceServlet.java M src/org/openbravo/service/web/WebServiceServlet.java --- |
(0092472) mtaal (viewer) 2016-12-16 11:20 |
also need to support stateless request for standard json rest data requests |
(0092481) caristu (viewer) 2016-12-16 12:31 |
Added new code review entry: https://docs.google.com/spreadsheets/d/18l2biKWeG6iGDIPqO6VuYQ_TtP_6YxyQU4KSrPvQlJ8/edit#gid=0 [^] |
(0092714) hudsonbot (viewer) 2016-12-16 18:39 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/dc8bf00badd0 [^] Maturity status: Test |
(0092727) hudsonbot (viewer) 2016-12-16 18:39 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/dc8bf00badd0 [^] Maturity status: Test |
(0092734) hgbot (developer) 2016-12-18 21:52 |
Repository: tools/automation/pi-mobile Changeset: 9f658a4163d5e3f802ee74e81e2db08ea5b04ea6 Author: Martin Taal <martin.taal <at> openbravo.com> Date: Sun Dec 18 21:52:36 2016 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/9f658a4163d5e3f802ee74e81e2db08ea5b04ea6 [^] Related to issue 34721: Error thrown in the log after invoking a JSON Rest Web Service Added testcase for stateless JSON rest request --- M src-test/org/openbravo/test/mobile/retail/extmodules/unittest/tests/statelesswebservice/TestStatelessWebService.java --- |
(0092735) hgbot (developer) 2016-12-18 21:54 |
Repository: erp/devel/pi Changeset: d42a1c8a72953378576659095eb3b42c46c73619 Author: Martin Taal <martin.taal <at> openbravo.com> Date: Sun Dec 18 21:54:08 2016 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/d42a1c8a72953378576659095eb3b42c46c73619 [^] Fixes issue 34721: Error thrown in the log after invoking a JSON Rest Web Service Support stateless also for rest requests --- M src/org/openbravo/service/web/BaseWebServiceServlet.java --- |
(0092755) hgbot (developer) 2016-12-19 10:05 |
Repository: erp/devel/pi Changeset: 9764917cf0cc4ca7c83a019314d3d15f096498bf Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Mon Dec 19 10:05:00 2016 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/9764917cf0cc4ca7c83a019314d3d15f096498bf [^] related to issue 34721: apply formatting + update copyright year --- M src/org/openbravo/service/web/BaseWebServiceServlet.java M src/org/openbravo/service/web/WebServiceServlet.java --- |
(0092756) caristu (viewer) 2016-12-19 10:07 |
Code review + testing OK: error is not thrown anymore when using JSON REST web services. |
(0092779) hudsonbot (viewer) 2016-12-19 14:37 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/0a43408641b9 [^] Maturity status: Test |
(0092791) hudsonbot (viewer) 2016-12-19 23:17 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/8c51303887c8 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2016-12-13 11:37 | caristu | New Issue | |
2016-12-13 11:37 | caristu | Assigned To | => platform |
2016-12-13 11:37 | caristu | OBNetwork customer | => No |
2016-12-13 11:37 | caristu | Modules | => Core |
2016-12-13 11:37 | caristu | Triggers an Emergency Pack | => No |
2016-12-13 11:40 | caristu | Regression level | => Pre packaging ( pi ) |
2016-12-13 11:40 | caristu | Regression date | => 2016-11-14 |
2016-12-13 11:40 | caristu | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/b59cceedafd36944a56a5cf3aa12e3e143f1e084 [^] |
2016-12-13 11:40 | caristu | Assigned To | platform => mtaal |
2016-12-13 11:40 | caristu | Relationship added | caused by 0034486 |
2016-12-15 00:12 | hgbot | Checkin | |
2016-12-15 00:12 | hgbot | Note Added: 0092376 | |
2016-12-15 00:12 | hgbot | Status | new => resolved |
2016-12-15 00:12 | hgbot | Resolution | open => fixed |
2016-12-15 00:12 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/be1fcdd41c1f37b6dd0b5c664b10e20d53a4203a [^] |
2016-12-15 00:13 | hgbot | Checkin | |
2016-12-15 00:13 | hgbot | Note Added: 0092377 | |
2016-12-15 00:14 | mtaal | Review Assigned To | => caristu |
2016-12-16 11:10 | hgbot | Checkin | |
2016-12-16 11:10 | hgbot | Note Added: 0092469 | |
2016-12-16 11:11 | caristu | Note Added: 0092470 | |
2016-12-16 11:11 | caristu | Status | resolved => closed |
2016-12-16 11:11 | caristu | Fixed in Version | => 3.0PR17Q1 |
2016-12-16 11:20 | mtaal | Note Added: 0092472 | |
2016-12-16 11:20 | mtaal | Status | closed => new |
2016-12-16 11:20 | mtaal | Resolution | fixed => open |
2016-12-16 11:20 | mtaal | Fixed in Version | 3.0PR17Q1 => |
2016-12-16 12:31 | caristu | Note Added: 0092481 | |
2016-12-16 18:39 | hudsonbot | Checkin | |
2016-12-16 18:39 | hudsonbot | Note Added: 0092714 | |
2016-12-16 18:39 | hudsonbot | Checkin | |
2016-12-16 18:39 | hudsonbot | Note Added: 0092727 | |
2016-12-18 21:52 | hgbot | Checkin | |
2016-12-18 21:52 | hgbot | Note Added: 0092734 | |
2016-12-18 21:54 | hgbot | Checkin | |
2016-12-18 21:54 | hgbot | Note Added: 0092735 | |
2016-12-18 21:54 | hgbot | Status | new => resolved |
2016-12-18 21:54 | hgbot | Resolution | open => fixed |
2016-12-18 21:54 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/be1fcdd41c1f37b6dd0b5c664b10e20d53a4203a [^] => http://code.openbravo.com/erp/devel/pi/rev/d42a1c8a72953378576659095eb3b42c46c73619 [^] |
2016-12-19 10:05 | hgbot | Checkin | |
2016-12-19 10:05 | hgbot | Note Added: 0092755 | |
2016-12-19 10:06 | caristu | Note Deleted: 0092470 | |
2016-12-19 10:07 | caristu | Note Added: 0092756 | |
2016-12-19 10:07 | caristu | Status | resolved => closed |
2016-12-19 10:07 | caristu | Fixed in Version | => 3.0PR17Q1 |
2016-12-19 14:37 | hudsonbot | Checkin | |
2016-12-19 14:37 | hudsonbot | Note Added: 0092779 | |
2016-12-19 23:17 | hudsonbot | Checkin | |
2016-12-19 23:17 | hudsonbot | Note Added: 0092791 |
Copyright © 2000 - 2009 MantisBT Group |