如何在嵌入式Weblogic EJB容器中添加数据源配置文件?
据我所知,这只能用于已经安装和预配置的weblogic实例?这是对的吗?
我的配置如下:
Properties prop = new Properties();
prop.load(Thread.currentThread().getContextClassLoader().getResourceAsStream("datasource.properties"));
EJBContainer container = EJBContainer.createEJBContainer(prop);
Context initialContext = container.getContext();
((MyEJB)initialContext.lookup("MyEjb")).writeInDatabase();
我没有找到关于这个主题的大量文档。
答案 0 :(得分:0)
http://vineetreynolds.blogspot.com/2012/11/the-embedded-ejb-container-in-weblogic.html
看看这是否有帮助,虽然我不能在我的最后得到东西
你最好是在jpa的土地上,并创建一个测试persistence.xml,它基本上使用jdbc url / user / pass而不是jndi