我有带persistence.xml的JPA jar,想要在Jboss7中部署。
问题是,我无法放入WAR文件(我知道我们可以从war文件加载)。
我在jboss中创建了模块,并在jar文件的META-INF \中放置了包含persistence.xml文件的jar文件 与ref: http://javahowto.blogspot.sg/2007/06/where-to-put-persistencexml-in-web-app.html Maven/Eclipse: Could not find any META-INF/persistence.xml file in the classpath
加载jar文件后,但未加载persistence.xml。
是否可以从jar文件加载persistence.xml?
如果可能的话,有人可以告诉我,放在罐子里面的地方
由于
答案 0 :(得分:0)
如果它只是关于persistence.xml,您可以使用部署覆盖。参见例如https://docs.jboss.org/author/display/AS72/Deployment+Overlays