Right now I'm using declarative tx management with TransactionInterceptor and AnnotationTransactionAttributeSource. The code looks like
@Transactional(propagation = Propagation.REQUIRES_NEW,...
Type: Posts; User: andreipostolache; Keyword(s):
Right now I'm using declarative tx management with TransactionInterceptor and AnnotationTransactionAttributeSource. The code looks like
@Transactional(propagation = Propagation.REQUIRES_NEW,...
Looking more into it, it _might_ be because of the tomcat version. But it's not at all that clear yet, so any help is as welcomed as before.
Hi,
When starting the application I get the following error:
I am not pasting the full stack trace here because this is a "known" problem (there are other posts about it on this forum)....
Thanks for your detailed answers, Rob. They’ve been of great help.
All the best,
Andrei
Rob,
We understand the theoretical problem you are describing, but I’m unsure how this would happen in our case if we move from the target based proxy to the inheritance based one. We wouldn’t...