Hi All
I've finally managed to resolve some problems integrating nutch into my application, but now all my DAO tests fail. I don't think its related, but not sure. I had a look at the mailing list and noticed some similar problems, but I'm not sure if this issue has definitely been resolved. http://issues.appfuse.org/browse/APF-998 ? org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'commycompany.myapp.dao.AssociationDAOTest': Unsatisfied dependency expressed through bean property 'associationDao': Set this property value or disable dependency checking for this bean. I tried changing the testResources to include WEB-INF, but although seemed to work for the DAO's, the controllers then fail with the error: org.springframework.beans.factory.BeanDefinitionStoreException: Could not resolve bean definition resource pattern [/WEB-INF/applicationContext*.xml]; nested exception is java.io.FileNotFoundException: ServletContext resource [/WEB-INF/] cannot be resolved to URL because it does not exist Any help would be greatly appreciated. Cheers Aled