When using the cache abstraction, is it possible to force the annotated method to use the underlying repository when the actual cache implementation throws an exception? There is the unless-property,...
Type: Posts; User: kpulkka; Keyword(s):
When using the cache abstraction, is it possible to force the annotated method to use the underlying repository when the actual cache implementation throws an exception? There is the unless-property,...
I resolved this, sorry for the noise!
-KP
Hi,
sorry for the newbie question but I'm writing an exception resolver extending AbstractEndpointExceptionResolver and I've ran into problems to acquire my message payloads as marshalled JAXB...