• 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

Websphere 6.1.0.0 Lookup

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are trying to upgrade our application from Websphere 5.3 to Websphere 6.1.0.13. In doing thus I have set variable in the name Space bindings of Websphere 6.1.0.13

Did it as
Environment->naming->New->.....

My code for lookup is as follows

This was the way it was coded for Websphere 5.3

I have an ejb client which is remote and trying to do a lookup on Websphere6.1 for this variable.

It is failing with a stack trace as follows ..


Please help resolve this
 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am getting the same exception while deploying EJB on websphere6.1.0.27..please reply for the same
 
reply
    Bookmark Topic Watch Topic
  • New Topic