• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

DataSource with the JNDI name

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.



------------------
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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



 
Well don't expect me to do the dishes! This ad has been cleaned for your convenience:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic