hibernate錯誤No CurrentSessionContext configured! Junit測試報錯

bluelight發表於2016-08-14

解決辦法:

   web應用,在hibernate.cfg.xml中新增:<property name="current_session_context_class">jta</property>
    java應用,hibernate.cfg.xml中新增:<property name="current_session_context_class">thread</property>

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/1724534/viewspace-2123451/,如需轉載,請註明出處,否則將追究法律責任。

相關文章