posted 9 years ago
I am tiring to build a small application in spring 3.2.2.RELEASE but when i am tiring to inject the service layer object into controller class by @Autowired it create a some problem, here is the code
controller class BooksEntryController .java
service interface
service implementation class
logs of the error
can any one suggest me how to resolve this injection problem?