大体是这样子的思路:Forum 1:n Course Course 1:nTopic Topic 1:n Reply
总共四张表,想要问下:多张有联系的一对多的表,hibernate设置级联删除是否跟 一张的一对多的级联删除有不一样的地方???
一张的,我成功过。所以我想引入两张的,然后JUnit 测试数据竟然过不了。
2014-12-23 18:31:03,550 ERROR [org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:324)] - Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2dd4708d] to prepare test instance [cn.edu.fjnu.java1.cdio2.yplan.service.ForumServiceTest@5629507c]
java.lang.IllegalStateException: Failed to load ApplicationContext
------解决思路----------------------
容器貌似都没加载成功,实体配置有问题吧?贴出代码看看