bearmr opened a new issue, #599:
URL: https://github.com/apache/rocketmq-spring/issues/599
***************************
APPLICATION FAILED TO START
***************************
Description:
An attempt was made to call a method that does not exist. The attempt was
made from the following location:
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LegacyResourceElement.<init>(CommonAnnotationBeanPostProcessor.java:698)
The following method did not exist:
'java.lang.String javax.annotation.Resource.lookup()'
The calling method's class,
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LegacyResourceElement,
was loaded from the following location:
jar:file:/E:/mavenlib/org/springframework/spring-context/6.0.11/spring-context-6.0.11.jar!/org/springframework/context/annotation/CommonAnnotationBeanPostProcessor$LegacyResourceElement.class
The called method's class, javax.annotation.Resource, is available from the
following locations:
jar:file:/E:/mavenlib/org/apache/tomcat/annotations-api/6.0.53/annotations-api-6.0.53.jar!/javax/annotation/Resource.class
The called method's class hierarchy was loaded from the following locations:
javax.annotation.Resource:
file:/E:/mavenlib/org/apache/tomcat/annotations-api/6.0.53/annotations-api-6.0.53.jar
Action:
Correct the classpath of your application so that it contains compatible
versions of the classes
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$LegacyResourceElement
and javax.annotation.Resource
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]