更改osworkflow支持hibernate3[12]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

getting the following exception:
org.hibernate.LazyInitializationException: could not initialize proxy - the owning Session was closed
i have a many-to-many mapping table
have tried out lazy="false" which gives this exception.
lazy="true" also doesnt works

解决办法:

osworkflowpropertyset源码中的包下的hbm.xml加上lazy=”false”即可。

本文关键:更改osworkflow支持hibernate3
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top