gwt整合ibatis
最近整合gwt整合ibatis,常见错误
控制台报错:
一.NoClassDefFoundError的错误
com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract java.util.List com.gwt.ibatis.client.rpc.TUserService.getUsers()' threw an unexpected exception: java.lang.NoClassDefFoundError: java.net.Socket is a restricted class. Please see the Google App Engine developer's guide for more details.
我把gwt所有jar包加进去,也没有解决问题。
后来看了老外的论坛
http://www.google.com.hk/url?q=http://www.mail-archive.com/google-web-toolkit%40googlegroups.com/msg28572.html&sa=U&ei=2HMOTveIM7GJmQXL-9GcDg&ved=0CBMQFjAA&usg=AFQjCNES_Gnj0D4oHgnFDEr8UHcGOPRcmQ
和兄弟博客的心得
http://vivianliufang.iteye.com/blog/575027
原来自己使用GWTAppAngine(google的面向对象数据库,这个需要在GAE下运行),去除即可。
二SerializationException的错误
com.google.gwt.user.client.rpc.SerializationException: Type 'com.gwt.client.pojo.User' was not included in the set of types which can be serialized by this SerializationPolicy or its Class object could not be loaded. For security purposes, this type will not be serialized.: instance = com.gwt.client.pojo.User@1855788
请记住
gwt的pojoClassmustimplementsIsSerializable!
相关推荐
Dullonjiang 2020-01-23
与卿画眉共浮生 2011-06-25
yierxiansheng 2014-06-18
登峰小蚁 2019-12-24
plane 2017-10-19
踩风火轮的乌龟 2019-10-23
pandapanda 2014-05-08
阿泰 2014-07-02
shouen 2016-04-26
whileinsist 2012-04-07
spprogrammer 2018-01-25
Coohx 2017-12-05
AndroidOliver 2012-05-14
BruceWayne 2014-12-02
liubang000 2014-05-30
KOJ 2013-11-26
CXC0 2013-08-28