arjunniit / ecom

0 stars 0 forks source link

Error creating bean with name 'categoryDAO': Injection of autowired dependencies failed #7

Closed arjunniit closed 8 years ago

arjunniit commented 8 years ago

Error creating bean with name 'categoryDAO': Injection of autowired dependencies failed

arjunniit commented 8 years ago

private java.lang.String UserDao.encodePassword(java.lang.String); Because Spring Framework hasn't found any bean of type String to inject into it, it has thrown the exception.

Remove the annotation.

arjunniit commented 8 years ago

private java.lang.String UserDao.encodePassword(java.lang.String); Because Spring Framework hasn't found any bean of type String to inject into it, it has thrown the exception.

Remove the annotation.