File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and Other Java EE Technologies and the fly likes DataSource with the JNDI name Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and Other Java EE Technologies
Reply Bookmark "DataSource with the JNDI name" Watch "DataSource with the JNDI name" New topic
Author

DataSource with the JNDI name

sagar kale
Greenhorn

Joined: May 04, 2000
Posts: 2
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.
pavi kavi
Ranch Hand

Joined: Mar 01, 2001
Posts: 56
Hello
You go thur this doc u will get the answer for your question http://e-docs.bea.com/wls/docs61/adminguide/jdbc.html#1076289
hope this will help you
thx
pavithra

Originally posted by sagar kale:
I'm implementing Entity (2.0) with weblogic 6.1 on NT. While deploying bean, I'm getting following error.


------------------
amit ang
Ranch Hand

Joined: Sep 28, 2001
Posts: 38
Hi
I think what u can do is try to check with the external program
(normal java program) that ur created datasource works, before u deploy.
Amit

Originally posted by pavi kavi:
Hello
You go thur this doc u will get the answer for your question http://e-docs.bea.com/wls/docs61/adminguide/jdbc.html#1076289
hope this will help you
thx
pavithra



 
 
subject: DataSource with the JNDI name
 
Threads others viewed
how to configure oci drivers and connectionpool and datasource in weblogic6.1
Deploy DataSource in Entity Bean
How to use PostgreSQL with WSAD 5.1
Naming Not Found Exception
maybe related to my other problem, but also problem with Connection Pool
developer file tools