摘要: org.springframework.web.servlet.PageNotFound.handleHttpRequestMethodNotSupported Request method 'POST' not supportedRequest method 'POST' not supportedTomcat 8或者9下面的bug还是什么东西,需要加入如下解决方法: 需要在web.xml配... 阅读全文
posted @ 2016-03-30 18:45 奔跑吧_兄弟! 阅读(13495) 评论(0) 推荐(0) 编辑
摘要: 在整合spring,springMVC,hibernate的时候,因为从webinf的文件夹下移除了springMVC的配置文件到src下,所以,idea从默认的位置找不到配置文件,需要在web.xml指定地址。原来的是: dispatcher org.springframework.web.servlet.DispatcherServlet ... 阅读全文
posted @ 2016-03-30 15:47 奔跑吧_兄弟! 阅读(563) 评论(0) 推荐(0) 编辑
摘要: org.hibernate.HibernateException: Could not obtain transaction-synchronized Session for current thread原因不详:解决方法:一是在web.xml添加: hibernateFilter org.springframework.orm.hibernate5.support.O... 阅读全文
posted @ 2016-03-26 02:00 奔跑吧_兄弟! 阅读(4640) 评论(0) 推荐(0) 编辑
摘要: 问题:已经导入好jar包了....再打开structure看看,这里没有json的配置文件,再点击添加看看:第三个,添加吧!!!黄色走起...来自为知笔记(Wiz) 阅读全文
posted @ 2016-03-25 20:23 奔跑吧_兄弟! 阅读(668) 评论(0) 推荐(0) 编辑
摘要: 1234Unable to load configuration. - bean - jar:file:/F:/Documents/MyJava/SSH002/out/artifacts/SSH002_war_exploded/WEB-INF/lib/struts2-core-2.3.28.jar!/struts-default.xml:63:72 Caused by: Unable to lo... 阅读全文
posted @ 2016-03-23 14:34 奔跑吧_兄弟! 阅读(568) 评论(0) 推荐(0) 编辑
摘要: Unable to load configuration. - bean - jar:file:/F:/Documents/MyJava/Spring114/out/artifacts/Spring114_war_exploded/WEB-INF/lib/struts2-spring-plugin-2.3.24.1.jar!/struts-plugin.xml:29:132Caused by: U... 阅读全文
posted @ 2016-03-22 01:43 奔跑吧_兄弟! 阅读(1408) 评论(0) 推荐(0) 编辑
摘要: Struts has detected an unhandled exception: Messages: •Could not obtain transaction-synchronized Session for current thread File: org/springframework/orm/hibernate5/SpringSessionContext.java Line numb... 阅读全文
posted @ 2016-03-21 17:20 奔跑吧_兄弟! 阅读(2733) 评论(0) 推荐(0) 编辑
摘要: 1.idea创建项目:很方便,在下面添加各自的jar包,注意点:hibernate和struts2都有一个javassiste的jar包,把低级的删掉即可,因为有两个的时候,会有转换异常 idea会帮你配置好基本的信息。jar包一览: 2.首先,在大佬web.xml配置好加载各小弟的配置信息:idea帮忙生成的123456789101112131415161718192021222... 阅读全文
posted @ 2016-03-20 18:09 奔跑吧_兄弟! 阅读(9109) 评论(1) 推荐(1) 编辑
摘要: 当处理如下代码:12Javassist Enhancement failed: com.entities.Departmentjava.lang.ClassCastException: com.entities.Department_$$_javassist_1 cannot be cast to javassist.util.proxy.Proxy 123 当输... 阅读全文
posted @ 2016-03-20 15:14 奔跑吧_兄弟! 阅读(6182) 评论(1) 推荐(1) 编辑
摘要: org.apache.struts2.dispatcher.Dispatcher.error Dispatcher initialization failed Unable to load configuration. - action - file:/F:/Documents/MyJava/SSH001/out/artifacts/SSH001_war_exploded/WEB-INF/clas... 阅读全文
posted @ 2016-03-20 14:49 奔跑吧_兄弟! 阅读(792) 评论(0) 推荐(0) 编辑