[jboss-user] [Installation, Configuration & DEPLOYMENT] - Eliminate external dependencies from XML files

RayDeCampo do-not-reply at jboss.com
Fri Jul 6 09:20:50 EDT 2007


Does anybody have any pointers on how to eliminate external dependencies on schema within XML configuration files? For example, my web.xml starts out like:

  | <web-app version="2.5"
  |          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" >
  | 
How can I eliminate the dependency on the resource http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd? Ideally I'd like to be able to package the files somewhere (vs hosting them myself).

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

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



More information about the jboss-user mailing list