• Skip to primary navigation
  • Skip to content
  • Skip to footer
listcomp Pro listcomp Pro 温故而知新
    • Posts
    • Categories
    • Tags
    • About

    @Transactional throws “no matching editors or conversion strategy found”

    October 11, 2013 less than 1 minute read

    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.

    Categories: Spring

    Updated: October 11, 2013

    Share on

    X Facebook LinkedIn Bluesky
    Previous Next

    Comments

    You May Also Enjoy

    Python: Import Enum Uniformly before Comparison

    May 9, 2025 1 minute read

    This is not considered a bug in Enum but it’s quite subtle indeed.

    Python Structural Pattern Matching (match/case since Python 3.10)

    April 7, 2025 4 minute read

    0. Overview

    Ken Thompson’s NFA Simulation Algorithm

    April 2, 2025 4 minute read

    0. Retrospect

    Config Mermaid.js in Minimal Mistakes theme

    April 1, 2025 1 minute read

    best place to config Mermaid.js

    • GitHub
    • Feed
    © 2025 listcomp Pro. Powered by Jekyll & Minimal Mistakes.