在Struts2+Hibernate+Srping项目中经常会遇到这种问题
我知道的一种情况是:
Spring的事务配置中没有配置好异常出现处的路径
<aop:advisor pointcut="execution(* com.bjsxt.env.*.*(..))" advice-ref="txAdvice"/>
Hibernate: No Session found for current thread,布布扣,bubuko.com
2023-10-21 20:55:10
在Struts2+Hibernate+Srping项目中经常会遇到这种问题
我知道的一种情况是:
Spring的事务配置中没有配置好异常出现处的路径
<aop:advisor pointcut="execution(* com.bjsxt.env.*.*(..))" advice-ref="txAdvice"/>
Hibernate: No Session found for current thread,布布扣,bubuko.com
下一篇:iOS网络相关知识总结