特定の SQL エラー・メッセージが繰り返されるのは、例えば データベースの参照整合性違反といった問題があるためです。これを回避するには、 CMP シーケンスのグループ化機能を使用します。
The insert or update value of the FOREIGN KEY table1.name_of_foreign_key_constraint is not equal to any value of the parent key of the parent table.または
A parent row cannot be deleted because the relationship table1.name_of_foreign_key_constraint is not equal to any value of the parent key of the parent table.これらの例外を回避するため、Entity Bean が Bean 用にシーケンス・グループを定義するこ とでリレーショナル・データベース・テーブルを更新する配列を指定する必要があります。
Unsuccessful execution caused by deadlock or timeout.シーケンスのグループ化フィーチャーを使用して、データベースのデッドロックが起こりにくいように Bean パーシスタンスを配列します。