0

我正在尝试在 Eclipse 中生成元模型定义,如下所示: http ://www.datanucleus.org/products/accessplatform/jpa/jpql_criteria.html

我的项目编译器级别设置为 1.6,并且提到的 datanucleus jar 被添加到工厂路径中。当项目构建时,我收到以下错误:

Errors occurred during the build.
Errors running builder 'Java Builder' on project 'X'.
Could not initialize class org.datanucleus.jpa.query.JPACriteriaProcessor

使用 mvn compile 时,元模型定义生成成功,可能与 Eclipse 注解处理有关。

我正在使用基于 Eclipse 4.2.1 的最新 Spring Tool Suite 3.1.0.RELEASE

4

1 回答 1

0

不在工厂路径中放置 persistence-api.jar(或等效项,例如 Geronimo 规范 JPA2)?无论哪种方式,都缺少一个部门

于 2012-10-19T15:08:08.893 回答