Posted on 2008-04-15 16:41
沙漠中的鱼 阅读(1303)
评论(2) 编辑 收藏 所属分类:
开源框架
前一段时间在调试程序的时候,有一部份需要用到AJAX,利用prototype,但是当程序调用的时候产生如下异常
org.apache.catalina.core.StandardWrapperValve invoke
严重: Servlet.service() for servlet default threw exception
java.lang.IllegalAccessException: Class com.googlecode.jsonplugin.JSONWriter can not access a member of class org.apache.commons.dbcp.PoolingDataSource$PoolGuardConnectionWrapper with modifiers "public"
找了很久,原来他是不识别类型为接口的get属性方法,在我们使用SSH框架时,尽量不要把接口的get方法放出来,好像这个接口get方法也没有什么用
还有类型为HASHMAP里的属性,如果HASPMAP类型属性中包含有记录,用prototype在前端页面也读取不到数据,没有记录,则能读取到其他字段的数据