我的問題是這樣的:我在兩個service中分別調用兩個代碼幾乎相同的dao中方法查詢數據庫,現在是一個dao正常,另一個在getCurSession(MYSQL).createQuery(sql)句拋出異常,異常:
org.hibernate.HibernateException: No Hibernate Session bound to thread, and configuration does not allow creation of non-transactional one here
我按照百度的方法,在配置文件中加了這兩句話後,
我的配置文件是:
dao:
service:
忘各位幫忙看看,謝謝了
寫一個不以這些開頭的service方法,比如testService()。看看是不是也是不行。。如果也不行話。就是事物配置的問題。。