• 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

Remote Invocation of EJB from Servlet on weblogic

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have deployed the beanManaged example of the weblogic server on one system and and am trying to invoke it from another system also running on weblogic server through a servlet. The bean deployed is entity bean. if i deploy the bean in the client also,then every thing works fine. But the moment i undeploy the bean in the client and try to invoke the bean remotely then the code starts throwing exceptions like class not found, Unmarshalling exception etc. What should i do to solve this? Could some one Help me out.
Thank you.
 
reply
    Bookmark Topic Watch Topic
  • New Topic