• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

a question about datasource

 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, i got a question about datasource. i configured a datasource whose name is 'ds' in WTE, but when i test my application, it always said NamingNotFound exception. Can anyone tell me what's the reason.
Thanks a lot.
 
Ranch Hand
Posts: 906
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by rose deng:
Hi, i got a question about datasource. i configured a datasource whose name is 'ds' in WTE, but when i test my application, it always said NamingNotFound exception. Can anyone tell me what's the reason.
Thanks a lot.


You mentioned WTE, I guess it stands for WenSphere Test Env.
It depends on the tool you are using too. Could be VisualAge or WSAD. Then the WTE version is different.
As far as I remember, in VAJ, you've got to start a kind of "Naming server" before being able to perform JNDI lookup (datasource, EJB etc..).
Maybe the better solution for you is to post this question in the WEBsphere thread
reply
    Bookmark Topic Watch Topic
  • New Topic