Hello all,

When an exception is thrown from a transform method I lose the content of the 
message body. Is that intentional or a bug? Because it does not happen when an 
exception is thrown from a bean call.

.bean(ErrorBean.class, ErrorBean.METHOD)

Vs.

.transform().method(ErrorBean.class, ErrorBean.METHOD)

I have attached a testcase to demonstrate the issue.

Thanks!

Reply via email to