EJB local reference scope

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2654

This topic has not yet been written. The content below is from the topic description.
An EJB local reference is scoped to the application component whose declaration contains the ejb-local-ref element. This means that the EJB local reference is not accessible from other application components at runtime, and that other application components may define ejb-local-ref elements with the same ejb-ref-name without causing a name conflict.