This illustration demonstrates an example of the <mappings> element, as follows:


<mappings>
 <ejb-mapping>
  <ejb-name>HelloWorldBean</ejb-name>
  <jndi-name>/test/myHello</jndi-name>
 </ejb-mapping>
</mappings>