stackoverflowerror « Bean « Spring Q&A





1. Spring - StackOverflowError in Bean creation    stackoverflow.com

I am getting the following error:

java.lang.IllegalStateException: Failed to load ApplicationContext
    at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:203)
    at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:109)
    at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:75)
    at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:255)
  ...

2. Can't get rid of "No unique bean found" OR "StackOverflowError"    forum.springsource.org

Can't get rid of "No unique bean found" OR "StackOverflowError" I have a standard Java EE Setup with Hibernate and Spring. I want to accomplish normal inheritance, one parent 2 children. ...