10 Replies Latest reply on Jan 11, 2007 8:49 AM by thomas.diesler

    Web Service as an Stateless Session Bean on JBoss 5.0

    bkatnich

      Hi,

      I'm just wondering if it is possible to deploy a web service as a stateless session bean on the JBoss 5.0 beta application server at this point in time?

      I've tried to do this by creating the session bean with the @WebService annotation, put it into an EJB jar and deploying it. I see it being deployed as the EJB in the log, but see no sign of it as a web service.

      I'm new to JBoss so maybe I'm missing something, not looking in the right place or doing something wrong. Or maybe it's not something that is working currently in the beta.

      Any help would be appreciated.