When deploying an EJB-JAR, EAServer creates an Ant build script that contains targets to configure the component properties and generate the classes required to run the components in EAServer.
The configuration script contains settings read from the EJB-JAR deployment descriptor. You may need to customize settings such as those listed below to match the server configuration:
For entity beans that use container-managed persistence, the Persistence settings.
Role mappings and method-level permissions.
Resource references.
EJB references to components that are not installed with the JAR file or when multiple beans use the same home and remote interfaces. It is impossible to infer EJB references if more than one bean uses the home and remote interfaces specified by the reference properties in the deployment descriptor.
Environment properties.
Resource Environment Refs properties.
Run As Identity properties.