posted 11 years ago
Hi,
I am mostly using annotations in the project to define spring beans. Without Axis2 integration the whole project gets loaded up.
But when I integrate with Axis2, beans such as DAO's are not getting loaded. Here I am using @Autowired annotation to inject DAO's into service layer classes.
I think <context: component-scan base package="..."/> is not working
Did anybody face this kind of problem.
I am very much interested to solve this problem.
Any help on this issue is greatly appreciated.
Thanks.