[jboss-jira] [JBoss JIRA] (AS7-1721) mod_cluster parses for "domain" instead of "load-balancing-group"
Tomaz Cerar (JIRA)
jira-events at lists.jboss.org
Thu Apr 19 08:46:18 EDT 2012
[ https://issues.jboss.org/browse/AS7-1721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tomaz Cerar resolved AS7-1721.
------------------------------
Fix Version/s: 7.1.2.Final-redhat1
(was: 7.2.0.Alpha1)
Resolution: Done
This was fixed while transforming subsystem to ResourceDefintion.
now we have load-balancing-group attribute which also has alternative "domain" this ensures that old configuration still works(1.0 xsd), but it will be written back as load-balancing-group (1.1 xsd)
There is also test that ensures that (see subsystem_1_0.xml).
For time being also management operations have backward compatibilty to support this attribute propertly.
> mod_cluster parses for "domain" instead of "load-balancing-group"
> -----------------------------------------------------------------
>
> Key: AS7-1721
> URL: https://issues.jboss.org/browse/AS7-1721
> Project: Application Server 7
> Issue Type: Bug
> Components: Clustering, Domain Management
> Affects Versions: 7.0.0.Final, 7.0.1.Final, 7.1.0.Beta1, 7.1.0.CR1
> Reporter: Radoslav Husar
> Assignee: Tomaz Cerar
> Fix For: 7.1.2.Final-redhat1
>
>
> We removed the notion of "domain" in context of mod_cluster since 1.1.x in order not to be confused with notion of domains used in AS7 for management perspective.
> Currently, the XSD does not list out the LBGroup property but the CommonAttributes.java implementation parses the XML for "domain".
> {code}
> String DOMAIN = "domain";
> {code}
--
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
More information about the jboss-jira
mailing list