[jboss-jira] [JBoss JIRA] Created: (AS7-1732) mod_cluster MCMP should internally use "lbgroup" instead of "domain"
Radoslav Husar (JIRA)
jira-events at lists.jboss.org
Tue Sep 6 04:20:26 EDT 2011
mod_cluster MCMP should internally use "lbgroup" instead of "domain"
---------------------------------------------------------------------
Key: AS7-1732
URL: https://issues.jboss.org/browse/AS7-1732
Project: Application Server 7
Issue Type: Bug
Components: Clustering
Affects Versions: 7.0.0.Final, 7.0.1.Final
Reporter: Radoslav Husar
Assignee: Paul Ferraro
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.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list