I've got 1 JBAS server with a scriptPrefix connection property set and 69 instances which have this property unset. When I calculate the groups from the following defintion: resource.type.plugin = JBossAS resource.type.category = Server groupby resource.pluginConfiguration[scriptPrefix] I get one group with one member (the one with the scriptPrefix set). I would expect to get another group with 69 members containing those resources that didnt have a value set for scriptPrefix.
yeah, this sounds reasonable.
rev2542 - support pivoting on unset/null plugin/resource configuration properties; in fact, this commit supports the general nullabllity of any condition that dynagroups supports;
Can now see that there is an "empty" value in the groups created by the groupby expression. rev2561
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-493 This bug relates to RHQ-492