![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Assignee:
|
Unassigned |
|
Created:
|
03/Oct/13 10:19 AM
|
|
Description:
|
We're using the metadata-complete attribute that was added in 2.5, but we're specifying 2.4 preventing it from starting in JBoss AS 7 because web.xml does not validate.
The namespace declaration should be
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http: xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http: version="2.5" metadata-complete="true" >
It currently is:
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http: xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http: metadata-complete="true" version="2.4">
|
|
Project:
|
Magnolia
|
|
Priority:
|
Neutral
|
|
Reporter:
|
Tobias Mattsson
|
|
Security Level:
|
Public |
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <
[email protected]>
----------------------------------------------------------------