
Spring
iteye_20226
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Spring疑难杂症 - MQ问题汇总(1) - 缺少ClientTranslate
在google搜索了该问题,发现寥寥无几,看来俺碰到的这个问题是疑难杂症了。 问题: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: com/ibm/disthub2/spi/ClientTranslate 解决办法:找到 缺失的jar包 dhbcore.jar, 加入到项目的li...2008-01-23 11:15:02 · 259 阅读 · 0 评论 -
Spring疑难杂症 - MQ问题汇总(2) - MQCT_NO
折腾老半天,google搜也无法找到答案...最郁闷的事情莫过于此... 问题:java.lang.NoSuchFieldError: MQCT_NONE 环境 spring2.0.6, mq6, 开发环境 RAD7 解决办法:发现项目的library中有一jar包 ibm-mqseries-5.3.0.jar 与mq版本不一致...将此jar包去掉,加上mq6的3个jar包..果然通过......2008-01-23 11:48:13 · 300 阅读 · 0 评论 -
Spring疑难杂症 - XML配置(1)-Unable to validate using XSD
问题:Unable to validate using XSD: Your JAXP provider [org.apache.crimson.jaxp.DocumentBuilderFactoryImpl@18aaa1e] does not support XML Schema. Are you running on Java 1.4 or below with Apache Crimson?...2008-01-23 11:59:46 · 350 阅读 · 0 评论 -
Spring疑难杂症 - XML配置(2)-cvc-complex-type.2.4.a
问题:org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'processor-ref'. 解决办法:未解决异常完整信息:Jan 22, 2008 11:19:43 AM org.springframework.context.suppor...2008-01-23 12:02:14 · 254 阅读 · 0 评论 -
Spring疑难杂症 - XML配置(3)-cvc-complex-type.2.4.c
问题: org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'ha:host-adapter' 解决方法:原来这个问题已有前人碰到过,从spring官方论坛上找到了答案。其实spri...2008-01-23 16:23:31 · 316 阅读 · 0 评论