找不到 Karaf webbundle persistence.xml
Karaf webbundle not able to find persistence.xml
我写了一个 karaf web bundle(wab)。我在 META-INF/persistence.xml 中保留了 persistence.xml 并尝试放入 WEB-INF/类/META-INF/persistence.xml
当我尝试创建 EntityManagerFactory 时出现以下错误
javax.persistence.PersistenceException: No Persistence provider for EntityManager named CustomXML
所以如果是 karaf wab,persistence.xml 应该放在哪里。
添加一个
Meta-Persistence: \
META-INF/persistence.xml
到 MANIFEST.MF 文件。
我写了一个 karaf web bundle(wab)。我在 META-INF/persistence.xml 中保留了 persistence.xml 并尝试放入 WEB-INF/类/META-INF/persistence.xml
当我尝试创建 EntityManagerFactory 时出现以下错误
javax.persistence.PersistenceException: No Persistence provider for EntityManager named CustomXML
所以如果是 karaf wab,persistence.xml 应该放在哪里。
添加一个
Meta-Persistence: \
META-INF/persistence.xml
到 MANIFEST.MF 文件。