关于spring注入的一个问题。我实现了他的ApplicationContextAware接口。 200
按理说,我在只要把那个实现类注入进去。spring就可以自己回调那个set方法!帮我把aplicationContxt传入进去。现在这个工具类注入的时候死活都注入不进去!...
按理说,我在只要把那个实现类注入进去。spring就可以自己回调那个set 方法! 帮我把aplicationContxt传入进去。 现在 这个工具类注入的时候 死活都注入不进去! 报错如下,
===================================================================================
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.fac.activemq.ApplicationContextUtils#0' defined in class path resource [config/spring-activemq.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.fac.activemq.ApplicationContextUtils]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problem: The import org.springframework.jms cannot be resolved
===================================================================================
下面我贴图,大家帮我看看哪里有问题!
初始化加载文件。
这是那个注入的工具类。
这个是那个实现类。有get,set方法。set 方法是实现了接口里面的方法。 为什么死活就注入不进去呢? 难道是我的目录结构有问题?
高分悬赏啊。。希望大神能帮帮我! 困扰我好久了 展开
===================================================================================
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.fac.activemq.ApplicationContextUtils#0' defined in class path resource [config/spring-activemq.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.fac.activemq.ApplicationContextUtils]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problem: The import org.springframework.jms cannot be resolved
===================================================================================
下面我贴图,大家帮我看看哪里有问题!
初始化加载文件。
这是那个注入的工具类。
这个是那个实现类。有get,set方法。set 方法是实现了接口里面的方法。 为什么死活就注入不进去呢? 难道是我的目录结构有问题?
高分悬赏啊。。希望大神能帮帮我! 困扰我好久了 展开
1个回答
展开全部
Failed to instantiate [com.fac.activemq.ApplicationContextUtils]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problem:
The import org.springframework.jms cannot be resolved
可能是你代码里引用了org.springframework.jms但编译的时候没有找到它
The import org.springframework.jms cannot be resolved
可能是你代码里引用了org.springframework.jms但编译的时候没有找到它
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询