• 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

corba object_not_exist WAS 4.0

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends,

1.
I deployed a stateless session bean in WAS 4.0. I tried to invoke a method on the bean but this exception is thrown when i call the create() method on the home interface. Can anybody tell me the reason?

2.
Even after i undeploy the ejb i can get a reference to the home interface.
But the same corba objectZ_not_exist exception is thrown when the create() mewthod is called.
How is this possible?

3.
What are the files should br in the ejb client jar?

Please help me i am out of time ?

Thank you.
reply
    Bookmark Topic Watch Topic
  • New Topic