• 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

Kyle?? Tony?? URGENT: not being able to lookup EJB's

 
Ranch Hand
Posts: 184
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Friends,
Am facing certain problems in WAS4.0 and i need ur help in that, never faced this in WAS3.5.
I have EJB's running in an application, the servlets are running fine and are processing the data from the EJB's but when i try to run an application in Visual age and lookup the same EJB's i am getting NameNotFoundException???
Is it that those EJBs are visible only inside of that application? This is rather strange and i dont think that this should be the case.If this is so then what should i do to make those EJBs visible outside the application. Please advice me what to do urgently,
Thanks in Advance,
Daman
[ January 04, 2002: Message edited by: daman sidhu ]
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So let me get this straight -- you're running an EJB Container in WAS 4.0 and you want to run a client application for EJB's in that container in VAJ? No can do. VAJ (even VAJ 4.0) is based on WAS 3.5, which can't act as a client for WAS 4.0...
Kyle
 
daman sidhu
Ranch Hand
Posts: 184
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kyle,
Well to sum up what is happening, all the EJB's i am trying to access are running in was4.0 and i am just running main of an awt application in vaj 4.0 which is trying to lookup the beans from WAS. There is no test env running in VAJ, just trying to directly lookup the beans from WAS. Hope this will clear things and youll advice me what to do??
Thanks again.
Daman
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic