The value specified for jta-data-source will be ignored because the transaction type is RESOURCE_LOCAL. (persistence unit = aa....aa)
- aa....aa:永続化ユニット名
- 説明
- トランザクションタイプはRESOURCE_LOCALです。persistence.xmlの<jta-data-source>タグに指定されている値を無視します。
- 対処
- persistence.xmlの<persistence-unit>タグのtransaction属性,および<jta-data-source>タグの指定内容を確認してください。