Failed to find MBean Server: javax.naming.NameNotFoundException: remaining name: env/jmx/runtime
Canonical Metamodel class [com.pigg.jpa.Customer_] not found during initialization.
weblogic ejb entitybean 用的eclipselink/toplink
查了许久文档 这个还无法解决
Canonical Metamodel class [com.pigg.jpa.Customer_] not found during initialization.
weblogic ejb entitybean 用的eclipselink/toplink
查了许久文档 这个还无法解决
persistence.xml中的配置
<property name="eclipselink.ddl-generation" value="create-or-extend-tables" />
<property name="eclipselink.ddl-generation.output-mode" value="database" />
本文讨论了在WebLogic环境下使用EclipseLink作为JPA实现时遇到的问题,包括未能找到MBean Server及Canonical Metamodel类未找到等问题,并提供了persistence.xml中相关配置。
161

被折叠的 条评论
为什么被折叠?



