posted 16 years ago
This is the tag which is in <session> tag.What actually it means?
The session bean which is described here acts as facade to an Entity Bean.
So do this ejb-local-ref> tag is ment to describe about the entity bean.
Could you please suggest? Thanks.
<ejb-local-ref>
<ejb-ref-name>ejb/local/GCBasketPitTableEJB</ejb-ref-name>
<ejb-ref-type>Entity</ejb-ref-type>
<local-home>com.tullib.products.eurorepo.otcee.ejb.GCBasketPitTableLocalHome</local-home>
<local>com.tullib.products.eurorepo.otcee.ejb.GCBasketPitTableLocal</local>
<ejb-link>GCBasketPitTableEJB</ejb-link>
</ejb-local-ref>
SCJP 1.4 & 1.5, SCWCD 1.5. Learn and Let Learn.