Configuring component properties

The Component Properties window allows you to configure the settings that EJB Server uses to load the component and invoke its methods. Component properties are organized on the following tabs:

Tab

Description

General

Defines basic information about the component, including the supported IDL interfaces, the component type, and implementation details.

Transactions

Defines the components transactional properties, such as how the component participates in transactions and whether the component explicitly commits its work.

Instances

Defines how instances of the component are managed, including instance creation, thread binding, and client/component bindings.

Resources

Configures properties that govern the component’s use of server and database resources.

Persistence

Specifies the primary key type for EJB entity Beans.

All Properties

Allows you to manually edit component property settings in the EJB Server configuration repository. For advanced users.