Quantcast
Channel: Spring Community Forums - Data
Viewing all articles
Browse latest Browse all 297

RepositoryFactorySupport.invoke(MethodInvocation) should call proceed?

$
0
0
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.

Viewing all articles
Browse latest Browse all 297

Trending Articles