我正在为我的一个Spring控制器编写一个集成测试。测试包含一个配置文件(data-access-configuration.xml),该文件使用JNDI配置了DataSource。当我运行这个测试时,我得到了一个错误error creating bean with name dataSource嵌套异常NoIntialContextException。下面是我的Test类和配置文件<jee:jndi-lookup jndi-name="jobportal_db" id="dataSource"
expected-type="ja