
Spring
悠悠隐于市
软件开发
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Config
我在spring2.56时用到了spring中的context标签 <context:annotation-config/> 时,发现报如下错误: 问题描述: org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to...原创 2013-08-28 21:05:59 · 469 阅读 · 0 评论 -
Pointcut is not well-formed: expecting 'identifier' at character position 0
异常信息如下: Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'collectionBeanId' defined in class path resource [applicationContext.xml...原创 2013-08-31 15:21:55 · 1731 阅读 · 0 评论 -
No visible constructors in class com.java.spring.factory.PersonServicesFactory
异常信息如下: Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personServicesFactory' defined in class path resource [applicationContex...原创 2013-08-31 15:23:58 · 1161 阅读 · 0 评论 -
Cannot define both 'pointcut' and 'pointcut-ref' on <advisor> tag.
错误信息: 2013-09-01 14:00:56 Class [com.ibm.websphere.management.AdminServiceFactory] or one of its dependencies is not present: java.lang.ClassNotFoundException: com.ibm.websphere.management.Admi...原创 2013-09-01 16:08:24 · 477 阅读 · 0 评论