[
https://issues.jboss.org/browse/AS7-1355?page=com.atlassian.jira.plugin.s...
]
jaikiran pai commented on AS7-1355:
-----------------------------------
Looks like currently the JBoss Metadata project is using (old) DTD versions of the
jboss-app.xml for the parsing
https://github.com/jboss/metadata/blob/master/ear/src/main/java/org/jboss....
The problem with that is we don't have a AS7 specific schema and if users use those
DTD versions for jboss-app.xml in AS7, then some of the elements in those aren't
relevant/supported. Also, this is inconsistent with other schemas which use XSD instead of
DTDs.
Implement jboss-app.xml handling for security domain ref
--------------------------------------------------------
Key: AS7-1355
URL:
https://issues.jboss.org/browse/AS7-1355
Project: Application Server 7
Issue Type: Task
Components: EE
Reporter: Darran Lofthouse
Assignee: Carlo de Wolf
Fix For: 7.1.0.CR1
The jboss-app.xml descriptor needs a schema appropriate for AS7 - initially the first
missing piece of config is the support for security-domain - the jboss-app.xml descriptor
should avoid overlap with jboss-deployment-structure.xml
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira