This task sets the internationalization type for an enterprise bean within an Enterprise JavaBeans (EJB) module.
Before you begin
This article assumes that you have an assembly tool such as the Application Server Toolkit (AST) or Rational Web Developer.
This article also assumes that you have started the assembly tool, configured the assembly tool for work on Java 2 Platform, Enterprise Edition (J2EE) modules, and created or imported an EJB project.
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