The web.xml is mixing a DTD for web-app_2_3.dtd and a schema for web-app_2_4.xsd

It is probably not dom4j that is confused here.


  | <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 
2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd";>
  | 
  | <web-app 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";
  |   version="2.4">
  | 
  |   <servlet>
  |     <servlet-name>SidTest</servlet-name>
  |     <servlet-class>com.sidtest.SidTestWrappedImpl</servlet-class>
  |   </servlet>
  | 
  |   <servlet-mapping>
  |     <servlet-name>SidTest</servlet-name>
  |     <url-pattern>/SidTest</url-pattern>
  |   </servlet-mapping>
  | 
  | </web-app>
  | 
  | 

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

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


-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to