Hi,
-------- Original-Nachricht --------
Betreff: Re: [jboss-as7-dev] AS7 XSDs
Von: Brian Stansberry <brian.stansberry(a)redhat.com>
CC: jboss-as7-dev(a)lists.jboss.org
Datum: 13.07.2011 22:34
> On 7/13/11 3:06 PM, Wolfgang Knauf wrote:
> If my understanding is correct, the naming of the server config xsd
> files is confusing, because a "jboss-7_0.xsd" will be something
> different than "jboss_6_0.xsd".
>
Yep. Kind of a big DOH!! moment. Looking at the jboss-metadata project
where these deployment descriptor dtds/xsds come from, I see no
jboss_6_0.xsd, just jboss_6_0.dtd. And no 7_0 xsd or dtd. But still,
it's a naming conflict that's bound to bite us unless fixed.
I recommend these server config xds all be renamed to
jboss-as-XXX_1_0.xsd. They all have an xmlns of
urn:jboss:domain:XXX:1.0, not 7.0, which IMO is fine since they may get
revved independently of community AS releases.
Is there something more I should do - e.g. filing a JIRA issue? Or will
it be fixed by "miracle" ;-) or has someone this already on his todo list ?
Best regards
Wolfgang