Guys,
The following question is from the HFSJ book,
Which are the DD elements that provide JNDI access to
J2EE components?
<ejb-ref>
<entity-ref>
<resource-ref>
<session-ref>
<message-ref>
I choose <ejb-ref> but the answer says both <ejb-ref> and <resource-ref>?
Is the <resource-ref> optional element? and if yes, then why not it was stated anywhere in the HFSJ book?