Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: UnsatisfiedDependencyException: Unsatisfied dependency

  1. #11
    Join Date
    Jul 2010
    Posts
    1

    Cool

    Quote Originally Posted by niraj121 View Post
    I was able to get pass this exception by making sure all the configuration xml files were in classpath.

    -Niraj.
    This is what worked for me as well.

    sp

  2. #12
    Join Date
    Dec 2010
    Posts
    1

    Thumbs up Solution:It's a bean wiring problem

    The problem of the Unsatisfied Dependency is solved when the appropriate Dao or bean name is defined in the ApplicationContext.xml file so that the dependencies r resolved before instances r created.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •