第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

HTTP Status 500 - Write operations are not allowed in read-only mode (FlushMode.MANUAL): Turn your Session into FlushMode.COMMIT/AUTO or remove 'readOnly' marker from transaction definition.

http://img1.sycdn.imooc.com//5944d4750001be1208790099.jpg

添加

<init-param>

? ? ? ? <param-name> flushMode </param-name>

? ?<param-value>AUTO </param-value> ? ? ? ?

? ? ? ? </init-param>

后沒有作用

正在回答

4 回答

可以參考這里。http://blog.csdn.net/violet_echo_0908/article/details/51084884

0 回復(fù) 有任何疑惑可以回復(fù)我~

@Transactional(readOnly = false, propagation = Propagation.REQUIRES_NEW)

在service類開頭加上這句,也行,盡管readOnly的默認(rèn)值為false

0 回復(fù) 有任何疑惑可以回復(fù)我~

<!-- 定義事務(wù)管理 -->
?<bean id="txManager" class="org.springframework.orm.hibernate3.HibernateTransactionManager">
? <property name="sessionFactory" ref="sessionFactory"/>
?</bean>
?
?<!-- 通過<tx:advice>標(biāo)簽定義事務(wù)增強(qiáng),并指定事務(wù)管理器 -->
?<tx:advice id="txAdvice" transaction-manager="txManager">
? <!-- 定義屬性,聲明事務(wù)規(guī)則 -->
? <tx:attributes>
?? <tx:method name="*findAll*" read-only="true"/>
?? <tx:method name="*save*" propagation="REQUIRED"/>
??? <tx:method name="*delete*" propagation="REQUIRED"/>
???? <tx:method name="*update*" propagation="REQUIRED"/>
? </tx:attributes>
?</tx:advice>
?
?<!-- 定義切面 -->
?<aop:config>
? <!-- 定義切入點(diǎn) -->
? <aop:pointcut expression="execution(* com.jbit.service.*.*(..))" id="serviceMethod"/>
? <!-- 將事務(wù)增強(qiáng)與切入點(diǎn)組合 -->
? <aop:advisor advice-ref="txAdvice" pointcut-ref="serviceMethod"/>
?</aop:config>

0 回復(fù) 有任何疑惑可以回復(fù)我~

需要配置事務(wù)管理器才行

0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

HTTP Status 500 - Write operations are not allowed in read-only mode (FlushMode.MANUAL): Turn your Session into FlushMode.COMMIT/AUTO or remove 'readOnly' marker from transaction definition.

我要回答 關(guān)注問題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)