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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...