随笔分类 -  6_BUG

摘要:在使用dom4j的xpath时出现java.lang.NoClassDefFoundError: org/jaxen/JaxenException的异常,原因是dom4j引用了jaxen jar包,而在项目中没有引用此jar包,引用此jar包即可解决问题,如果你用了maven,在pom.xml中添加... 阅读全文
posted @ 2015-11-11 15:50 行者无疆Duffy 阅读(11810) 评论(1) 推荐(2)
摘要:严重: Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6b53e23f]... 阅读全文
posted @ 2015-02-01 14:59 行者无疆Duffy 阅读(424) 评论(0) 推荐(0)