[jboss-user] [JBoss jBPM] - Re: BPEL Bonjour Example - HTTP GET not supported & SOAP Ins

darklight.37 do-not-reply at jboss.com
Mon Dec 18 11:05:05 EST 2006


Found the problem, my mistake in the web.xml file for the service for the <servlet-class> I had typed:


 <servlet-name>callerServlet</servlet-name>
 <!-- service implementation bean class -->
 <servlet-class>org.jbpm.bpel.tutorial.bonjour.Bonjour</servlet-class>


instead of :


 <servlet-name>callerServlet</servlet-name>
 <!-- service implementation bean class -->
 <servlet-class>org.jbpm.bpel.tutorial.bonjour.Bonjour_Impl</servlet-class>


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

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



More information about the jboss-user mailing list