Java / Hibernate - Write operations are not allowed in read-only mode

后端 未结 11 2190
迷失自我
迷失自我 2020-11-28 11:18

I\'ve been having an annoying exception a lot lately, and after some research on Google and this forum I still haven\'t found an answer that could solve my problem.

11条回答
  •  旧巷少年郎
    2020-11-28 11:55

    I changed the single session propery from view filter. Problem solved:

      
        hibernateFilter
        org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
        
          singleSession
          false
        
      
    

提交回复
热议问题