Sorry about the use of tags, I fixed it. Thank you again
Type: Posts; User: sonxurxo; Keyword(s):
Sorry about the use of tags, I fixed it. Thank you again
Ok, I'm done!
Just for anyone that can read this in the future, here's the solution (thank you Marten!). Put in your transaction management and EHCache configuration sections:
...
Thank you Marten, but:
How can I achieve that? I mean, I'm using annotation driven management for both transactions and EHCache. So, I didn't implement any Aspect nor class annotated with @Aspect...
Hi all,
I'm using EHCache to cache some methods in my service. When executing those methods, if EHCache finds their results in its cache, should *NOT* be transactional. Instead, if EHCache does not...