1 Reply Latest reply on Jan 30, 2003 6:55 PM by davinlg

    Stateless Session Beans

    alanbuxton

      Hi guys

      I'm having a nightmare trying to get a stateless session bean deployed using Axis 1.1 beta.

      Whatever I try to do I get the following stack trace shown below.

      Where can I read up on what the server-config.wsdd file has to look like in order to deploy a stateless session bean??

      Stack trace:
      -----------------------------------------------------
      /axis/servlet/AxisServlet:
      org.apache.axis.ConfigurationException: No service
      class was found! Are you missing a className option?
      AxisFault
      faultCode:
      {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
      faultSubcode:
      faultString: No service class was found! Are you
      missing a className option?
      faultActor: null
      faultNode: null
      faultDetail:


      No service class was found! Are you missing a
      className option?
      at org.apache.axis.providers.java.JavaProvider.initServiceDesc(JavaProvider.java:597)
      at org.apache.axis.handlers.soap.SOAPService.getInitializedServiceDesc(SOAPService.java:335)
      at org.apache.axis.deployment.wsdd.WSDDService.makeNewInstance(WSDDService.java:507)
      at org.apache.axis.deployment.wsdd.WSDDDeployment.getDeployedServices(WSDDDeployment.java:560)
      at org.apache.axis.configuration.FileProvider.getDeployedServices(FileProvider.java:322)
      at org.apache.axis.transport.http.AxisServlet.reportAvailableServices(AxisServlet.java:612)
      at org.apache.axis.transport.http.AxisServlet.doGet(AxisServlet.java:262)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
      at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:339)
      at
      javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
      at
      org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:366)
      at
      org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:293)
      at
      org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:581)
      at
      org.mortbay.http.HttpContext.handle(HttpContext.java:1687)
      at
      org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:544)
      at
      org.mortbay.http.HttpContext.handle(HttpContext.java:1637)
      at
      org.mortbay.http.HttpServer.service(HttpServer.java:875)
      at
      org.jboss.jetty.Jetty.service(Jetty.java:543)

      ....etc....