Hi Cedric, I am wondering if you can support the exception which is not recovable in the TelemetryReducer interface.
Currenty the TelemetryReducer interface supports only ReductionException which forwarding the same page to output the user understandable message in the regular telemetry output page. This is good for the invalid argument check for the reducer because this is recovable and user violates the use of the reducer. However, if a problem occurs internally, say a programmer writes a wrong logic, or some internal exception occurs, the system would not be able to recovered anymore so that you need to dispatch the Error.jsp. I appreciate it if you can support at least general Exception in the interface to dispatch the Error.jsp page or custom exception class such as CanNotRecoveredException etc. Cheers, Takuya ================================ Takuya Yamashita E-mail: [EMAIL PROTECTED] ================================
