• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Cannot access EJB exposed as Web Service on Glassfish 3

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

i currently testing EJB 3.1 in combination with JBoss AS 7 and wanted to test my bean / client application with Glassfish 3.1.2.2. With JBoss AS 7, everything works fine. But when i deploy my bean on Glassfish 3 and use the same client code as used within the JBoss environment:


i get the following error:


So my question is now, does it require additional steps to access the WS on the glassfish server?

Thanks alot.
 
reply
    Bookmark Topic Watch Topic
  • New Topic