This task sets the internationalization type for an enterprise bean within an Enterprise JavaBeans (EJB) module.
Before you begin
This topic assumes that you have an assembly tool such as the Application Server Toolkit (AST) or Rational Web Developer.
For information about assembly, refer to the online documentation or information center for your assembly tool. This topic points you to AST documentation. The AST information center accompanies this WebSphere Application Server information center.
Why and when to perform this task
Container-managed internationalization (CMI) is the default type; entity beans cannot be set to application-managed internationalization (AMI). Use CMI also for stateless session beans that are enabled for Web services.
Steps for this task
Result
The internationalization type is assigned to the bean.What to do next
For beans that use container-managed internationalization, you can then set container-managed internationalization attributes. For more information, see "Configuring container internationalization for enterprise beans."Related concepts
Internationalization type
Related tasks
Configuring container internationalization for enterprise beans