Originally Posted by easternwahoo The @Required annotation should be used instead. Yes and also dont forget to add RequiredAnnotationBeanPostProcessor to your beans.xml (or whatever you use) <bean class="org.springframework.beans.factory.annotatio n.RequiredAnnotationBeanPostProcessor"/>
Forum Rules