Adding and configuring service components

(CR #500334) The configuration property name for the Component property in Table 3-7 is incorrect. The correct property name is serviceComponents, as indicated below:

Property

Description

Component

The name of the component that implements the service.

For a user-defined service component, enter either:

  • The class name of a simple Java class (must be in the server class path), or

  • The fully-qualified name of an EJB local or remote interface; for example,

    ejb.components.mypackage.MyCompLocal or

    ejb.components.mypackage.MyCompRemote.

The configuration property name is serviceComponents.