Hi.
Musze napisac JUnit do funkcjonalnosci dzialajacej w springu.
Projekt jest napisany w maven + spring + hibernate (całosc tworzona eclipsem) i zawsze mam problem z dostarczeniem odpowiednich XMLi do JUnita.
Wszystko co znalazłem na
http://static.springsource.org/spring/docs/3.0.x/reference/testing.html#testcontext-ctx-management
nie pomogło. Czy ktos zna sposob na rozwiazanie tego problemu???

java.lang.IllegalStateException: Failed to load ApplicationContext
(...)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'nStarter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.zell.NServ com.zell.NStarter.nServ; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'nServ': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.apache.commons.configuration.Confi