[jboss-user] [JBoss jBPM] - Unable to get the Hello World Example Running

gv_Ramkumar do-not-reply at jboss.com
Wed Feb 7 23:40:42 EST 2007


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?





View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012827#4012827

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012827



More information about the jboss-user mailing list