は小文字であり、「永続性」という単語には文字が含まれていないことPersistance.xml
にpersistence.xml
注意してください。p
a
また、persistence.xml
適切な場所にあることを確認してください。
以下はJPA 仕様からのものです。
A persistence.xml file defines a persistence unit. The persistence.xml file is
located in the META-INF directory of the root of the persistence unit.
The root of the persistence unit is the key here.
非 Java EE アプリの場合
The jar file or directory whose META-INF directory contains the persistence.xml
file is termed the root of the persistence unit.
Java EE アプリを使用している場合、以下が有効です。
Java EE 環境では、持続性ユニットのルートは次のいずれかでなければなりません。
• EJB-JAR ファイル
• WAR ファイルの WEB-INF/classes ディレクトリ [80]
• WAR ファイルの WEB-INF/lib ディレクトリにある jar ファイル
• EAR ライブラリ ディレクトリの jar ファイル
• アプリケーション クライアント jar ファイル