Before you begin
By designating CMP sequence groups for entity beans, you can prevent certain types of database-related exceptions from occurring during the run time of your EJB application. Within each group you specify the order in which the beans update your relational database tables.Why and when to perform this task
Both types of sequence groups must be created after you have assembled the beans into an EJB module, prior to installing your application on the product. If you need to edit sequence groups, you must uninstall the application, make your changes using the following steps as a guide, and then reinstall your application.Steps for this task
What to do next
You are now ready to deploy your EJB module or combine it with other modules into a J2EE application.Related concepts
Sequence grouping for container-managed persistence
Related tasks
Deploying and administering applications