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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to