You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "zfvipgit (GitHub)" <gi...@apache.org> on 2018/12/03 05:24:44 UTC

[GitHub] [incubator-dubbo] zfvipgit opened issue #2869: Caused by: java.lang.ClassNotFoundException: com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor

版本:2.6.5
采用注解的方式进行配置,提示找不到com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor
这个类,

原因:
ReferenceAnnotationBeanPostProcessor这个类继承了AnnotationInjectedBeanPostProcessor
但是AnnotationInjectedBeanPostProcessor这个类根本不存在

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/2869 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org

[GitHub] [incubator-dubbo] Gaara13562 commented on issue #2869: Caused by: java.lang.ClassNotFoundException: com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor

Posted by "Gaara13562 (GitHub)" <gi...@apache.org>.
express my heartfelt gratitude...

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/2869 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo] mercyblitz commented on issue #2869: Caused by: java.lang.ClassNotFoundException: com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor

Posted by "mercyblitz (GitHub)" <gi...@apache.org>.
@vio-lin, Thank you, yes, the developer should add this Maven dependency `com.alibaba.spring:spring-context-support:1.0.2`

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/2869 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo] ted005 commented on issue #2869: Caused by: java.lang.ClassNotFoundException: com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor

Posted by "ted005 (GitHub)" <gi...@apache.org>.
helps a lot.

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/2869 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo] kebukeyi commented on issue #2869: Caused by: java.lang.ClassNotFoundException: com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor

Posted by "kebukeyi (GitHub)" <gi...@apache.org>.
oh.thanks to you very much 

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/2869 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo] mercyblitz closed issue #2869: Caused by: java.lang.ClassNotFoundException: com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor

Posted by "mercyblitz (GitHub)" <gi...@apache.org>.
[ issue closed by mercyblitz ]

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/2869 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo] vio-lin commented on issue #2869: Caused by: java.lang.ClassNotFoundException: com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor

Posted by "vio-lin (GitHub)" <gi...@apache.org>.
add this dependency
 <!-- Spring Context Extras -->
        <dependency>
            <groupId>com.alibaba.spring</groupId>
            <artifactId>spring-context-support</artifactId>
            <version>1.0.2</version>
        </dependency>

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/2869 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo] dslchd commented on issue #2869: Caused by: java.lang.ClassNotFoundException: com.alibaba.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor

Posted by "dslchd (GitHub)" <gi...@apache.org>.
Thank you very much, I have encountered the same problem when I upgraded to version 2.6.5 today, but the dubbo version upgrade has to be introduced since the other, which is very strange.

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/2869 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org