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
解决办法:
将osworkflow和propertyset源码中的包下的hbm.xml加上lazy=”false”即可。