Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
As per discussion on Dev ML:
==========================
Every service calling from java/groovy must handle errors by service util methods such as isError, reutrnError etc. and similarly in case of XML <call-service, there should be <check-error/> to make sure service was executed successfully.
Apart from this, one suggestion is to include Debug.logError in ServiceUtil.returnProblem so that in case of any error occurred and handled, it will always be logged on the console.
==========================