I talked with Tammo, and committed the Patch to 1.3.4 branch. A Respin
will need to be done to pickup the change. I'll commit the same fix to
head later today or tomorrow.
Dave
On 06/04/2010 09:23 AM, David Carver wrote:
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.