Having the same issue deploying a POJO endpoint following chapter 4 of the 
jbossws user guide.  My (condensed) web.xml looks like so:

<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.4"
        xmlns="http://java.sun.com/xml/ns/j2ee";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>

 
    <servlet-name>MyService</servlet-name>
    <servlet-class>com.blah.MyService</servlet-class>
 
  
 <servlet-mapping>
   <servlet-name>MyServiceservlet-name>
   <url-pattern>/*</url-pattern>
 </servlet-mapping>

</web-app>

This was working yesterday.  I've since redeployed it and it has never worked 
since.  I tried deleting the tmp directory and redeploying, but still without 
success.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972994
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to