I am trying to integrate struts2 and spring but the spring doesn't inject the beans when required "it gives null pointer".
my applicationContext.xml as follow
and the TestBao and TestDao classes as follow
and the
tomcat server gives that in the console which mean the spring runs properly
any idea ..