Hi,
I've been in the debugging an issue with exception translation. I discovered that the code which invokes repository methods when acting as part of an interceptor chain doesn't call invocation.proceed() and instead invokes the method directly. This has the effect of not triggering any method interceptors further on in the chain (and led to a very confused morning). Is this a problem?
Best, Dan.
I've been in the debugging an issue with exception translation. I discovered that the code which invokes repository methods when acting as part of an interceptor chain doesn't call invocation.proceed() and instead invokes the method directly. This has the effect of not triggering any method interceptors further on in the chain (and led to a very confused morning). Is this a problem?
Best, Dan.