@Transactional throws “no matching editors or conversion strategy found”
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.
Comments