patb23@gmail.com
Jul 19th, 2011, 01:51 PM
I am facing a strange problem and hope it is not unique.
The below wiring works fine in my local testing. When I add this project as a dependency for a web module (Sping Batch Admin), the container not able to recognize the @Qualifier. tested in Tomcat and Websphere.
@Autowired
@Qualifier("marshaller")
If I remove the @Qualifier, the wiring works.
I am using both Xml and Java based configuration. Should I include any additional context listeners or is it a limitation?
The Version used is 3.0.5
The below wiring works fine in my local testing. When I add this project as a dependency for a web module (Sping Batch Admin), the container not able to recognize the @Qualifier. tested in Tomcat and Websphere.
@Autowired
@Qualifier("marshaller")
If I remove the @Qualifier, the wiring works.
I am using both Xml and Java based configuration. Should I include any additional context listeners or is it a limitation?
The Version used is 3.0.5