On 1/9/08, JinBinWang <[EMAIL PROTECTED]> wrote: > > > Hi,All > This seems as though it would be a common problem but I haven't found > enough information on the forum. > My environment: > Appfuse2.0.1,Maven version: 2.0.7,Java version: 1.5.0,OS name: "windows > xp" version: "5.1" arch: "x86",Oracle9i,Tomcat6.0.14. > I create 2 inheritance relationship entitys,Employee and Manager and > Appendix is the project. > I am getting the following error on running the 'mvn integration-test' > command. "org.springframework.beans.factory.UnsatisfiedDependencyException > : > Error creating bean with name 'com.mycompany.app.dao.ManagerDaoTest': > Unsatisfied dependency expressed through bean property 'managerDao': Set > this property value or disable dependency checking for this bean." > Any ideas how to fix this?
Have you added an entry to your applicationContext.xml for the managerDao bean? It would also help to know whether you used a basic or modular archetypte to create your project. Mike Appendix: http://www.nabble.com/file/p14710490/xjgzinfo.rar xjgzinfo.rar > -- > View this message in context: > http://www.nabble.com/Inheritance-relationship-with-dao-test-error-tp14710490s2369p14710490.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
