User development,
A new message was posted in the thread "Endpoint not registering":
http://community.jboss.org/message/519896#519896
Author : Peter Johnson
Profile :
http://community.jboss.org/people/peterj
Message:
--------------------------------------------------------------
Try changing the DTD version of web.xml to 2.5:
<web-app
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
version="2.5"
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/519896#519896