码迷,mamicode.com
首页 >  
搜索关键字:applicationcontext    ( 2092个结果
Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext.xml]: Invocation of init method failed; neste
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationCo....
分类:移动开发   时间:2015-02-12 15:35:16    阅读次数:175
applicationContext.xml 配置
Hibernate SQL方言 (hibernate.dialect)数据库hibernate方言DB2org.hibernate.dialect.DB2DialectDB2 AS/400org.hibernate.dialect.DB2400DialectDB2 OS390org.hibernat...
分类:移动开发   时间:2015-02-12 15:27:23    阅读次数:192
No setter found for property 'userDAO' in class 'com.ssh.service.impl.User1Service'
造成此问题的原因是: 在applicationContext.xml中引用 但是在User1Service中没有定义 成员变量的属性private User1DAO user1DAO; public User1DAO getUser1DAO() { return user1D...
分类:其他好文   时间:2015-02-11 18:12:59    阅读次数:238
java.lang.IllegalStateException: Failed to load ApplicationContext
1、错误描述 INFO:2015-02-05 22:14:21[main] - Loading XML bean definitions from class path resource [applicationContext.xml] INFO:2015-02-05 22:14:22[main] - JSR-250 'javax.annotation.ManagedBean' found an...
分类:移动开发   时间:2015-02-05 23:31:27    阅读次数:463
关于Spring mvc 不会滚的问题
配置都是正常的配置 我就不贴出来了 关键在于 service 包的自动注入 一定要放在父容器中扫描,否则事务不能回滚 所谓 父容器 Spring 和 spring mvc 有点区别 简单的将 spring是父容器 spring mvc是子容器(可能不太合适) 也就是说 要放在applicationContext...
分类:编程语言   时间:2015-02-05 14:57:58    阅读次数:171
关于spring获取webApplication.getBean多种途径和简单解释
ApplicationContext ac1 = new FileSystemXmlApplicationContext("com/spark/system/applicationContext.xml");//如果配置文件放在文件系统的目录下则优先使用该方式 //com/spark/system/applicationContext.xml等价于"file:com/spark/system/a...
分类:移动开发   时间:2015-02-04 13:04:21    阅读次数:227
IOC容器的初始化过程
这里我们以FileSystemXmlApplicationContext为例, public FileSystemXmlApplicationContext(String[] configLocations, boolean refresh, ApplicationContext parent...
分类:其他好文   时间:2015-02-02 17:26:38    阅读次数:178
SSH集成org.springframework.beans.factory.BeanDefinitionStoreException: IOException
系统环境:JDK8+Eclipse4.4+Tomcat7.x+Spring4.1.3+Hibernate4.3.7+Struts2.3.20,我的配置文件均存放在src目录下。 首先Spring默认配置文件是applicationContext.xml,如果不叫这个名,那就需要额外指定了,指定方式是在web.xml文件中加入: contextConfigLocation和classpath:b...
分类:编程语言   时间:2015-02-01 10:52:20    阅读次数:218
spring与CXF整合配置(服务端)
web.xml        contextConfigLocation        classpath:applicationContext.xml                org.springframework.web.context.ContextLoaderListener                CXF        org.apach...
分类:编程语言   时间:2015-01-31 12:55:52    阅读次数:236
mybatis在oracle中的分页扩展
applicationContext.xml mybatis-config.xml DiclectResultSetHandlerInterceptor.javapackage com.system.util;import java.sql.Statemen...
分类:数据库   时间:2015-01-30 19:08:54    阅读次数:324
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!