Hi,
I am one of the fusion developers that I am working some application project. Before we use the JDeveloper 12c, we use the RESTful Service in 12c. We have some java code extend the ViewObjectImpl. We realize it and have our own logic.
In 12c, if there is some exception throw out, the HTTP response in frontend can be fetched and see the error messge directly, it works fine but in 11g, it doesn't. It just ONLY can output the exception message on the backend jdeveoper console not back to HTTP response body. Does anyone know that if this is the limitation of 11g?
The screen shots are as below:
- Error msg in jdev console

- The frontend response
inspectionGroupLines is the rest name of that.

- The code piece of what happened
