Set the internationalization type for enterprise beans

This task sets the internationalization type for an enterprise bean within an 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 J2EE modules, and created or imported an EJB project.

 

Overview

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.

 

Procedure

  1. In the J2EE perspective, open the EJB project for which you want to set the internationalization type.

    1. Double-click EJB Projects.

    2. Double-click the name of the EJB project to see its contents.

    3. Double-click the deployment descriptor object.

    The EJB Deployment Descriptor panel is displayed.

  2. In the EJB Deployment Descriptor panel, click the Internationalization tab. Any enterprise beans that are already configured for AMI are displayed in the Internationalization type list.

  3. To set the internationalization type for any other enterprise beans to AMI, click Add following the Internationalization type list. The Internationalization Type wizard opens. Only message-driven or session beans can be selected.

  4. Select the beans that you want to set and click Finish to exit the wizard.

  5. From the menu bar, click File > Save.

 

Result

The internationalization type is assigned to the bean.

 

What to do next

For beans that use container-managed internationalization, one can then set container-managed internationalization attributes. For more information, see "Configuring container internationalization for enterprise beans."


 

See Also


Internationalization type

 

Related Tasks


Configuring container internationalization for enterprise beans

 



 

 

Rational is a trademark of the IBM Corporation in the United States, other countries, or both.