The CustomizableTraceInterceptor does not allow the invocationTime placeholder:

Assert.doesNotContain(exceptionMessage, PLACEHOLDER_INVOCATION_TIME,
"exceptionMessage cannot contain placeholder [" + PLACEHOLDER_INVOCATION_TIME + "]");

Why? Stop watch is done in catch block too, I see no reason why this should not be allowed.

Spring 3.2


Thank you