WPS
WPS copied to clipboard
Split up exception handling for ExecuteResponseBuilder
Right now an exception for one output breaks the whole process. It should be configurable if this is desired behaviour, or if the exception should be logged and access to other outputs should still be possible. Relevant code: https://github.com/52North/WPS/blob/568d646b4d96bce2a6fa43127f5f50b78b0d572f/52n-wps-server/src/main/java/org/n52/wps/server/response/ExecuteResponseBuilder.java#L153