When using aspectj, why use @Component over @Configurable.
I've got spring and aspectj setup for @Transactional support, aspects on self-invocation, and injection into JPA entities. This works...
Type: Posts; User: dragonfax; Keyword(s):
When using aspectj, why use @Component over @Configurable.
I've got spring and aspectj setup for @Transactional support, aspects on self-invocation, and injection into JPA entities. This works...
So the idea is to get the specific proxy to remember that _it_ created the transaction, and roll it back only there, in that returning method call. instead of having every proxied method call in...
here's the offending post.
http://forum.springsource.org/showthread.php?p=236002
I'm using aop @Transactional (aspectj in fact) to demarcate my transactions. Spring checks for an exception and if there is one, rolls back the transaction, at every single @Transactional method in...
I've got no url in it, but it gives me that message.
won't even let me preview to see where the link is.
and I have that box "parse links" unchecked.