码迷,mamicode.com
首页 >  
搜索关键字:springframework    ( 4755个结果
spring MVC环境搭建
1、新建web项目,并在web.xml加入spring mvc的servlet springMVC org.springframework.web.servlet.DispatcherServlet contextConfigLocation ...
分类:编程语言   时间:2014-05-17 01:57:17    阅读次数:528
使用spring的@Async异步执行方法
应用场景:1、某些耗时较长的而用户不需要等待该方法的处理结果2、某些耗时较长的方法,后面的程序不需要用到这个方法的处理结果时在spring的配置文件中加入对异步执行的支持 使用方法import org.springframework.scheduling.an...
分类:编程语言   时间:2014-05-16 22:11:38    阅读次数:343
org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session
出错原因很简单:数据库服务没开,自然就打不开Session了。
分类:编程语言   时间:2014-05-16 06:44:46    阅读次数:479
异常的处理
1、全局处理 /error 500 org.springframework.web.servlet.handler.SimpleMappingEx...
分类:其他好文   时间:2014-05-14 12:35:03    阅读次数:215
SSH applicationContext.xml import异常
org.xml.sax.SAXParseException; lineNumber: 9; columnNumber: 78; schema_reference.4: 无法读取方案文档 'http://www.springframework.org/schema/beans/spring-beans-3.0.xsd', 原因为 1) 无法找到文档; 2) 无法读取文档; 3) 文档的根元素不是 。 Caused by: java.net.SocketException: Softwa...
分类:移动开发   时间:2014-05-13 09:31:11    阅读次数:750
MyEclipse2014新增bug,尝鲜的朋友需注意NotFoundException: org.springframework.web.context.ContextLoaderListener
之前陆续用过MyEclipse8.5、MyEclipse9.1、MyEclipse10.5开发WEB项目,最近听说出了最新版叫MyEclipse2014,于是决定尝尝鲜,运行一个以前在MyEclipse10.5下写的工程,竟然报错如下: 严重: Error configuring application listener of class org.springframework.web.cont...
分类:编程语言   时间:2014-05-13 09:25:03    阅读次数:266
怎样从官网下载Spring的jar包
第一种,简单粗暴直接http://repo.springsource.org/libs-release-local/org/springframework/spring/3.2.4.RELEASE/spring-framework-3.2.4.RELEASE-dist.zip直接粘到地址栏或者下载工...
分类:编程语言   时间:2014-05-12 13:09:57    阅读次数:332
Entity中Lazy Load的属性序列化JSON时报错
The server encountered an internal error that prevented it from fulfilling this request.org.springframework.http.converter.HttpMessageNotWritableExcep...
分类:Web程序   时间:2014-05-11 04:32:24    阅读次数:1292
ibatis错误汇总
1) 错误:The prefix "context" for element "context:property-placeholder" is not bound.    解决:在文件头中引入:xmlns:context="http://www.springframework.org/schema/context" 即可。   正解例子:   xmlns:xsi="http://www...
分类:其他好文   时间:2014-05-09 02:16:02    阅读次数:406
Error while commiting the transaction问题
在搭建一个spring3.0+hibernate+jpa项目框架,根据网友提供的例子,在junit下做了一个存储数据的测试,报如下异常:org.springframework.transaction.TransactionSystemException:CouldnotcommitJPAtransaction;nestedexceptionisjavax.persistence.RollbackException:Errorwhi..
分类:其他好文   时间:2014-05-09 00:56:47    阅读次数:1238
4755条   上一页 1 ... 472 473 474 475 476 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!