I'm implementing Entity (2.0) with weblogic 6.1 on NT. While deploying bean, I'm getting following error.
-------------------------------------------------
Unable to deploy
EJB: CustomerBean from CustomerBean.jar:
The DataSource with the JNDI name: SQLPool could not be located. Please ensure that the DataSource h
as been deployed successfully and that the JNDI name in your EJB Deployment descriptor is correct.
-------------------------------------------------
SQLPoll is present & working fine in JSPs. Deployment descriptor looks fine. How to add this DataSource from console/web admin interface?
Thanx in advance.