我有一个应用程序,它通过jndi名称从WebLogic获取数据源。jndi数据源名称 profiles.active: development
spring:datasources:: password:
我在WebLogic服务器上配置了它,指定了特定的目标。Resolved ''; remaining name 'RCDB-SMS-JNDI&
我想使用一个嵌入式容器(即mvn spring-boot:run )运行同一个应用程序,但是虽然WildFly在其配置中配置了JNDI数据源,但嵌入式容器并不是:Failed to look up JNDI DataSource with name 'java:/foo'
我想我必须在某个地方包括一个XML文件,以便为嵌入
当我通过ant运行junit测试用例报告时,获取后续错误:
Cannot activate SimpleNamingContextBuilder: there is already a JNDI providerNote that JNDI is a JVM-wide service, shared at the JVM system class loader level, with no reset optionAs a consequence, a JNDI provider must only be registered once p