• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






傻傻小菜鸟

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2014年4月17日

Unable to load bean: type: struts-derfault.xml异常
摘要: struts2包出问题了 阅读全文
posted @ 2014-04-17 12:01 傻傻小菜鸟 阅读(122) 评论(0) 推荐(0)
 
Error creating bean with name 'bookDao'
摘要: “Error creating bean with name 'bookDao' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; neste... 阅读全文
posted @ 2014-04-17 11:29 傻傻小菜鸟 阅读(1045) 评论(0) 推荐(0)
 
hibernate异常:Could not determine type for: java.util.Set
摘要: 根本原因:我实体类中的类型是raw,没法直接实例化的类型。private List rightChoices;private Set multiAnser;List,Set都是raw 类型,没法实例化。应该修改为:private ArrayList rightChoices;private Arra... 阅读全文
posted @ 2014-04-17 10:56 傻傻小菜鸟 阅读(732) 评论(0) 推荐(0)