我正在使用Hibernate 3和Spring 3.我一直在試圖填充內存數據庫,並且我正在使用Spring來執行此操作。當我嘗試這樣做,我得到很多的無奈,而這個堆棧跟蹤:爲了節省你們一些閱讀,例外的是: user lacks privilege or object not found: XFC_ACTIONSTARTCONDITIONTYPE
Failed to execute databas
我用SpringTest和EasyMock的做我的Spring bean的單元測試。 我的測試bean是這樣的: @ContextConfiguration(locations = "classpath:/test/applicationContext-test.xml")
public class ControllerTest {
@Autowired
pri