- 浏览: 844989 次
- 性别:
- 来自: 深圳
文章分类
- 全部博客 (379)
- struts (5)
- hibernate (16)
- spring (16)
- ssh (20)
- MySQL (16)
- 数据库脚本 (2)
- DownLoad (1)
- GAE (5)
- Java (103)
- LoadRunner (2)
- VF (1)
- 学习资料 (24)
- 软件使用 (21)
- 通信类 (4)
- 生活 (3)
- J2ME (1)
- 心理学 (1)
- Linux (26)
- Android (3)
- Oracle (1)
- 面向对象概念&面试准备 (11)
- ExtJs (2)
- Google Map (1)
- Flex (47)
- 算法研究 (1)
- share (20)
- python (1)
- MongoDB (7)
- centos6 (13)
- C++ (8)
- DB2 (3)
- C# (1)
- 代码片段 (24)
- Lucene (2)
- php (1)
- NodeJS (1)
- Express (1)
最新评论
-
shua1991:
已阅,我表示同意。
Eclipse统计代码行数 -
nakedou:
写的不错,挺详细的
在CentOS中使用 yum 安装MongoDB及服务器端配置 -
sjp524617477:
好方法
Eclipse统计代码行数 -
simpletrc:
<script>ale ...
Java写到.txt文件,如何实现换行 -
csdn_zuoqiang:
Apache Ftp Server,目前是1.0.4,非常好的 ...
Apache FtpServer在64位系统下服务不能启动解决方法
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in file [C:\eclipse3.6\workspace\ssms\WebContent\WEB-INF\applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: edu/emory/mathcs/backport/java/util/concurrent/BlockingQueue Caused by: java.lang.NoClassDefFoundError: edu/emory/mathcs/backport/java/util/concurrent/BlockingQueue at net.sf.ehcache.config.ConfigurationHelper.createCache(ConfigurationHelper.java:418) at net.sf.ehcache.config.ConfigurationHelper.createDefaultCache(ConfigurationHelper.java:334) at net.sf.ehcache.CacheManager.configure(CacheManager.java:306) at net.sf.ehcache.CacheManager.init(CacheManager.java:226) at net.sf.ehcache.CacheManager.<init>(CacheManager.java:213) at net.sf.ehcache.CacheManager.create(CacheManager.java:394) at org.hibernate.cache.EhCacheProvider.start(EhCacheProvider.java:124) at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:169) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1005) at org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:805) at org.springframework.orm.hibernate3.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:745) at org.springframework.orm.hibernate3.AbstractSessionFactoryBean.afterPropertiesSet(AbstractSessionFactoryBean.java:134) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1201) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1171) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:425) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:284) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352) at org.springframework.context.support.FileSystemXmlApplicationContext.<init>(FileSystemXmlApplicationContext.java:93) at org.springframework.context.support.FileSystemXmlApplicationContext.<init>(FileSystemXmlApplicationContext.java:77) at org.springframework.context.support.FileSystemXmlApplicationContext.<init>(FileSystemXmlApplicationContext.java:67) at com.ssms.hibernate.test.UserDAOTest.setUp(UserDAOTest.java:20) at junit.framework.TestCase.runBare(TestCase.java:132) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at junit.framework.TestSuite.runTest(TestSuite.java:243) at junit.framework.TestSuite.run(TestSuite.java:238) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83) at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:49) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197) Caused by: java.lang.ClassNotFoundException: edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) ... 41 more
使用ehcache-1.5.0.jar出现如上错误;使用ehcache-1.3.jar问题解决。
发表评论
-
Hibernate配置文件中指定MySQL数据库的编码方式
2010-10-02 21:50 6594Hibernate配置文件中指定MySQL数据库的编码方式 ... -
hibernate主键生成策略设置不当导致的错误
2010-09-05 12:53 8735ERROR - Exception executing bat ... -
hibernate如何设置数据库中字段的默认值
2010-09-03 20:30 2097在配置文件中 <property name=&qu ... -
hibernate3 小结
2010-08-05 16:24 10151、Configuration/SessionFactor ... -
hibernate3的缓存管理
2010-08-05 16:01 9081、Cache简介: 缓 ... -
Hibernate 继承关系的映射
2010-08-04 18:38 1029Hibernate 中支持的 3种类型的继承关系: 1, ... -
hibernate inverse,cascade说明
2010-08-04 00:25 11441.cascade="..."? cas ... -
hibernate笔记整理
2010-08-03 16:36 1303原文地址:http://blog.csdn ... -
hibernate关联关系-组件关联
2010-08-03 13:28 942组件关联关系的映射与原理: 模型:User — Nam ... -
hibernate关联关系-一对一
2010-08-03 13:23 873hibernate关联关系:一对一 模型:Person ... -
hibernate关联关系-多对一
2010-08-03 13:18 965多对一关联关系: 模型:员工Employee — 部门 ... -
hibernate CRUD模板
2010-08-01 18:18 2186实验步骤: 1.设计domain对象User。 2.设计U ... -
Hibernate setFirstResult()和setMaxResults()实现分页查询
2010-07-31 16:04 3647Hibernate 可以实现分页查询,例如: 从第2万条开始取 ... -
hibernate-001
2010-07-31 01:05 1069package com.hibernate.domain; ... -
DAO编程模式
2010-06-03 15:32 910J2EE开发人员使用数据访问对象(DAO)设计模式把底层的数据 ...
相关推荐
Ehcache是一个流行的Java缓存库,用于在应用程序中存储数据以提高性能。在1.5版本中,可能会遇到一些异常情况,这可能是由于与其他库的兼容性问题、配置错误或者缺少某些依赖导致的。在Java开发中,尤其是在使用...
3. IDE集成:将ehcache.xsd导入到IDE(如IntelliJ IDEA、Eclipse等)中,可以实现代码提示和自动完成,提高开发效率,减少因配置错误导致的问题。 4. XML配置:ehcache.xml是Ehcache的配置文件,通过它来设定缓存的...
同时,需要注意缓存数据的一致性问题,避免因为缓存中的旧数据导致的错误。 总的来说,Hibernate整合Ehcache是一个常见的性能优化手段,通过缓存技术,能够在不增加太多复杂性的情况下,大大提高数据访问的速度和...
Ehcache是一个流行的Java缓存库,用于提高应用程序性能,减少对数据库的访问。源码分析可以帮助我们深入了解其内部机制,优化使用,并为自定义扩展提供基础。在Ehcache 2.7.3版本中,我们可以从源码中学习以下几个...
Ehcache是一个基于内存的缓存框架,它可以存储对象到内存中,从而避免频繁的数据库查询,减少系统负载。它支持本地缓存、分布式缓存和 terracotta 集群模式。对于独立服务器的设置,Ehcache可以作为一个独立的服务...
通过这些代码,我们可以构建一个高效的高并发缓存系统,使得频繁访问的数据能在内存中快速获取,降低数据库压力,提升整体系统性能。同时,通过合理的更新器设计,确保缓存数据的实时性和一致性,使缓存成为高并发...
6. **版本兼容性**:虽然描述中未提及版本问题,但不同版本的Spring可能有不同的Schema定义。确保你的Spring版本与你的配置文件相匹配,避免因版本不兼容导致的解析错误。 7. **使用Spring Boot**:如果可能的话,...
在描述中提到的博客链接没有具体内容,但从链接格式可以推测,这是一个技术博客,可能详细记录了解决这个问题的过程或者给出了错误分析。通常,当遇到此类错误,开发者会查看日志信息,寻找关于异常的具体描述,比如...
这个错误通常意味着在类路径(classpath)中缺少了必要的Hibernate库或其版本不兼容。原因为开发环境中的Hibernate版本为3.1。解决方法是检查项目的构建路径,确保包含正确的Hibernate库,并且版本与项目需求匹配。...
5. **更好的类型安全**:通过使用Java 7的多版本JAR,Hibernate 4.4.0增强了类型安全,减少了因类型转换错误导致的问题。 6. **异步事件监听**:4.4.0版本引入了异步事件监听器,允许开发者在不阻塞主线程的情况下...
通过仔细检查XML配置文件和对应的XSD文件,通常可以找到并修复导致错误的原因。同时,学习和熟悉Spring的文档、社区资源和开发者工具,如IDE的错误提示和自动补全,都能帮助我们更有效地处理这类问题。
在Java编程中,`java.lang.NoClassDefFoundError` 是一个常见的运行时异常,它发生在类加载器尝试加载一个在编译时存在但在运行时找不到的类定义时。这个错误通常意味着类路径设置不正确或者依赖项没有正确地被包含...
项目中出现多个`NoClassDefFoundError`错误,分别涉及`dom4j.jar`、`ehcache.jar`和`cglib-full.jar`等类库。 **原因分析**: 这些错误表明项目中缺少某些关键的类库。 **解决方案**: 1. **引入缺失的类库**: -...
总之,"cvc-complex-type.2.4.d: Invalid content was found" 错误是XML Schema验证过程中的一个常见问题,主要原因是XML文档内容违反了Schema定义的规则。通过仔细检查XML配置、理解Schema定义以及利用工具进行辅助...
- **缓存问题**:Ehcache的配置可能导致缓存失效、更新不及时等问题。 - **资源文件**:国际化消息文件的路径和编码设置不当可能导致国际化功能失效。 在后续的项目中,可以进一步完善这个脚手架,如添加AOP缓存...
而"spring-encache.xsd"可能是Spring与Ehcache集成的一个特定Schema,Ehcache是一个流行的Java缓存解决方案,常被Spring用来实现本地缓存。 描述中提到的"springmodules-ehcache.xsd"和"springmodules-cache.xsd...
2. **单一巨大的Session Bean**:将所有业务逻辑放在一个Session Bean中会导致代码难以理解和测试,应提倡模块化和职责分离。 3. **硬编码URL**:在代码中直接写死URL可能导致后期重构困难,应使用相对路径或基于...
这个版本的Tomcat在性能、稳定性以及安全性方面都有所提升,是许多企业和开发者的选择。针对Tomcat 8.0进行优化,主要涉及到以下几个关键知识点: 1. **线程池配置**: - `maxThreads`:定义最大工作线程数量,以...
这一点对于合法使用文档非常重要,因为不遵守许可协议可能会导致法律问题。 规范本身被定义为“Java Caching API”,即Java缓存API,这是一种允许Java程序与缓存系统交互的API。JSR107专家小组的维护领导成员包括...