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:
ejb-ref>
<ejb-ref-name>ejb/nextVal</ejb-ref-name>
</ejb-ref>
The box with the OC4J-Specific Deployment Descriptor contains the following sample code:
ejb-ref-mapping
name="ejb/nextVal"
location="myBeans/BeanA"/>
There is an arrow from the bold line in the EJB Deployment Descriptor example to the bold line in the OC4J-Specific Deployment Descriptor example.