Hi,
In the deployment descriptor, where would I store database lookup names (JNDI name) for all EJBs?
I understand that each
EJB has a resource-ref entry in DD which it can define resource JNDI name, but if all my EJBs point to the same Database, there ought to be a way globally defining that for ALL ejbs. I just do not know where that is in the DD.
Thanks.
Yan