1 Reply Latest reply on Mar 1, 2007 8:10 PM by meghanai_99

    Unable to get the Hello World Example Running

    gv_ramkumar

      Hi All,
      I downloaded jboss-4.0.4.GA, jbpm-bpel-1.1.Beta3 and jwsdp-2.0 and installed and configured as mentioned in the documentation. I was successfully able to also deploy the application.

      But when i am trying to test the Hello World Example as a servlet , i wasn't able to do the same.

      According to the configurations (web.xml) generated

      <!-- Greeter Service Endpoint -->

      <servlet-name>greeterServlet</servlet-name>
      <servlet-class>
      org.jboss.test.ws.samples.wsbpel.hello.Greeter_Impl
      </servlet-class>

      <servlet-mapping>
      <servlet-name>greeterServlet</servlet-name>
      <url-pattern>/greeter</url-pattern>
      </servlet-mapping>

      Greeter_Impl should be a servlet , but unfortunately this class implements Greeter interface which inturn extends javax.rmi.Remote class.
      I am not sure how this can be.

      Is there any other way that i can test the Hello World Example as a webservice?