摘要: 1、缺少对应的jar包出错信息:Multiple markers at this line - The type org.springframework.beans.factory.Aware cannot be resolved. It is indirectly referenced from required .class files - The hierarchy of the type SetSurveyAction is inconsistent解决办法:原因是缺少对应的包,导入包就行了2、option是mysql的关键字出错信息:com.mysql.jdbc.exceptio.. 阅读全文
posted @ 2014-03-19 11:46 XiaoyangBoke 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 错误信息:Struts Problem ReportStruts has detected an unhandled exception:Messages: No Hibernate Session bound to thread, and configuration does not allow creation of non-transactional one hereFile: org/springframework/orm/hibernate3/SpringSessionContext.javaLine number: 63Stacktracesorg.hibernate.Hibern 阅读全文
posted @ 2014-03-19 11:35 XiaoyangBoke 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 错误信息:2014-2-6 21:37:19 org.apache.catalina.startup.HostConfig checkResources信息: Reloading context [/J2EE12Hibernate]2014-2-6 21:37:19 org.apache.catalina.core.StandardContext reload信息: Reloading Context with name [/J2EE12Hibernate] has started2014-2-6 21:37:19 org.apache.catalina.core.StandardContex 阅读全文
posted @ 2014-03-19 11:33 XiaoyangBoke 阅读(978) 评论(0) 推荐(0) 编辑
摘要: 错误信息:2014-2-6 21:20:10 org.apache.catalina.core.StandardWrapperValve invoke严重: Servlet.service() for servlet [default] in context with path [/J2EE12Hibernate] threw exception [Filter execution threw an exception] with root causejava.lang.NoSuchMethodError: ognl.SimpleNode.isEvalChain(Lognl/OgnlConte 阅读全文
posted @ 2014-03-19 11:28 XiaoyangBoke 阅读(716) 评论(0) 推荐(0) 编辑
摘要: package com.compare.test;import java.util.ArrayList;import java.util.Collections;import java.util.List;public class ListTest { public static List createList1(){ List list=new ArrayList(); list.add(1); list.add(2); list.add(3); list.add(4); list.add(5); list.add(6); return list; } public sta... 阅读全文
posted @ 2014-03-19 11:20 XiaoyangBoke 阅读(2700) 评论(0) 推荐(0) 编辑
摘要: 出错信息:Struts Problem ReportStruts has detected an unhandled exception:Messages: File: com/myHibernate/action/LoginAction.javaLine number: 15Stacktracesjava.lang.NullPointerException com.myHibernate.action.LoginAction.login(LoginAction.java:15) sun.reflect.NativeMethodAccessorImpl.invoke0(Native... 阅读全文
posted @ 2014-03-19 11:15 XiaoyangBoke 阅读(672) 评论(0) 推荐(0) 编辑
摘要: 出错信息:2014-2-5 21:38:05 org.apache.catalina.core.StandardContext filterStart严重: Exception starting filter struts2java.lang.NoClassDefFoundError: org/apache/commons/lang3/StringUtils at com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.register(XmlConfigurationProvider.java:211) at org 阅读全文
posted @ 2014-03-19 11:09 XiaoyangBoke 阅读(942) 评论(0) 推荐(0) 编辑