This section covers how JBoss implements @EJB and @Resource. Please note that XML always overrides annotations.
Rules for the @EJB annotation
@EJB ProcessPayment myEjbref;Then the following rules apply:
For XML the same rules apply as annotations exception <mapped-name> is the ejb-jar.xml equivalent to @EJB.mappedName().