现在我的action里面要返回一个list给前台底层数据使用hibernate读取的,没有关闭懒加载,使用了OpenSessionInViewFilter现在问题是action无法将该list返回给前台,会出现Class org.apache.struts2.json.JSONWriter can not access a member of class org.apache.commons.dbcp.PoolingDataSource$PoolGuardConnectionWrapper with modifiers "public"我自己分析的原因可能是因为懒加载需要到jsp页面才会去读取相应的数据,所以json无法将该list返回给前台页面不知道是不是这样,跪求解决的方法。。