http://www.datanucleus.org/products/accessplatform/jpa/jpql_criteria.htmlに記載されているように、Eclipse でメタモデル定義を生成しようとしてい ます。
私のプロジェクトのコンパイラ レベルは 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を使用しています