hibernate LazyInitializationException

1,页面中进行person.department.departmentName的读取

2,Action 中只读取了person,事务作用在Service的方法中

3,后台会有org.hibernate.LazyInitializationException出现

因为:Action中Service方法结束之前,session已经关闭了