EJB and MDB for TAFJ Management
TAFJManagementBean is a singleton EJB designed to perform technical activities. This section provides an overview to the TAFJManagementBean, component configuration for the EJBs and MDB used for TAFJ management and EDB jar configuration override.
This section provides the activities performed by the EJB and also illustrates the global architecture in a multi-servers environment.
TAFJ Management Bean Component Configuration
This section provides details about the TAFJManagementBean EJB configured in TAFJJEE_EAR.ear\TAFJJEE_EJB.jar META-INF\ejb-jar.xml within the <enterprise-beans> section.
Management Message Builder Component Configuration
This section provides details about the TAFJManagementBean EJB configured in TAFJJEE_EAR.ear\TAFJJEE_EJB.jar META-INF\ejb-jar.xml within the <enterprise-beans> section.
TAFJ Management Listener Component Configuration
This section provides details about the TAFJManagementListener MDB configured in TAFJJEE_EAR.ear\TAFJJEE_EJB.jar META-INF\ejb-jar.xml within the <enterprise-beans> section.
EJB-JAR Configuration Override
Besides configuring EJBs and MDBs properties through deployment descriptors within jar files, it is possible to override the default environment entries configuration without amending the ear file. This section shows how to override the default entires with example.
In this topic