This illustration shows the mapping relationship between an EJB Deployment Descriptor and an OC4J-Specific Deployment Descriptor.
The box with the EJB Deployment Descriptor contains the following sample code:
<env-entry>
<env-entry-name>minBalance</env-entry-name>
<env-entry-type>java.lang.Integer</env-entry-type>
<env-entry-value>300</env-entry-value>
</env-entry>
The box with the OC4J-Specific Deployment Descriptor contains the following sample code:
env-entry-mapping
name="minBalance">
500</env-entry-mapping>
There is aa arrow from the bold line in the EJB Deployment Descriptor example to the bold line in the OC4J-Specific Deployment Descriptor example.