Take a look at the patch I supplied on ODE-840. It should get you going. All tests seem to pass locally. Please let me know if there are any problems. I'd like verification before we commit this.

Dave

On 06/04/2010 07:42 AM, Nowakowski, Mateusz wrote:
Thanks. Please fix

It doesn't show a stack trace because the exception is logged this
way:
__log.debug(e);

but it should be
__log.debug("some message", e);
as well.



Reply via email to