@Transactional throws "no matching editors or conversion strategy found"

Yao Yao on October 11, 2013

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 …

Answer Key:

Either program to interfaces or use class proxies.



blog comments powered by Disqus