I've tried it, but the problem remains. All the references marked with @Autowired is null.
My modified config:
<bean id="sensorConfigProvider"...
Type: Posts; User: sragli; Keyword(s):
I've tried it, but the problem remains. All the references marked with @Autowired is null.
My modified config:
<bean id="sensorConfigProvider"...
I've tried using plain Spring beans without OSGi references, but I got the same.
The headers of my beans.xml:
<?xml version="1.0" encoding="UTF-8"?>
<beans...
Thanks, Amin. Your blog entry is clear, but I did more or less the same and it does not work.
Additionally, I got an exception:
org.springframework.beans.factory.BeanDefinitionStoreException:...
I have some problems with @Configurable used together with Spring-DM under Equinox (in an RCP application). I'd like to inject a reference pointing to a bean referenced using osgi:reference...