The resource adapter and EJB configuration properties are defined in the following files:
ra.xml
Default deployment descriptor for the resource adapter.
This file is present in the BeanConnect RAR archive and defines the resource adapter's general properties.
- ejb-jar.xml
Default deployment descriptor for EJBs.
This file describes various items including the EJB properties that are relevant for communications.
Some of tThe properties of the EJBs can also be described in annotations instead of in deployment descriptor files. Below, only the description of the properties of the EJBs with deployment descriptor is presented.
In addition to the standard deployment descriptors, there may be additional Application Server-specific configuration files or Application Server-specific deployment descriptors for the resource adapter and for EJBs that need to be customized. This can be done either by editing the files or via an Application Server-specific administration interface. More details can be found in the documentation of the respective application server.
The section below describes the procedure you may adopt during configuration.