[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error raised when deploying application

f_marchioni do-not-reply at jboss.com
Tue Aug 18 06:17:20 EDT 2009


It might be a matter of deployment descriptors. JBoss 5 is stricter on validating them.
My guess: try replacing the application tag (in application.xml) with the following:

<application 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/application_5.xsd"
  | version="5"> 

if not, post all your deployment descriptors and we'll try to find the issue.
regards

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

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



More information about the jboss-user mailing list