I added proxy-target-class="true"
at the tx:
-statement:
<tx:annotation-driven transaction-manager="transactionManager" proxy-target-class="true"/>
and after adding CGLIB
to my dependencies it finally worked …
Either program to interfaces or use class proxies.
blog comments powered by Disqus