Update of /cvsroot/mc4j/mc4j/application/dashboards/jboss
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11093/application/dashboards/jboss
Modified Files:
JBoss_MQ_QueueTable.xml JBoss_MQ_TopicTable.xml
Log Message:
Fixed errors in the beanList match attribute.
Index: JBoss_MQ_QueueTable.xml
===================================================================
RCS file: /cvsroot/mc4j/mc4j/application/dashboards/jboss/JBoss_MQ_QueueTable.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** JBoss_MQ_QueueTable.xml 7 Apr 2004 03:20:24 -0000 1.1
--- JBoss_MQ_QueueTable.xml 7 Apr 2004 14:32:49 -0000 1.2
***************
*** 7,11 ****
<DashboardMatch type="Global" location="/JBoss/MQ">
! <BeanMatch id="QueueBean" type="Multiple">
<Condition type="BeanObjectNameCondition" filter="service=Queue"/>
</BeanMatch>
--- 7,11 ----
<DashboardMatch type="Global" location="/JBoss/MQ">
! <BeanMatch id="QueueBeanList" type="Multiple">
<Condition type="BeanObjectNameCondition" filter="service=Queue"/>
</BeanMatch>
***************
*** 45,49 ****
<Component type="org.mc4j.console.dashboard.components.AttributeTableComponent">
! <Attribute name="beanNode" value="QueueBean"/>
<Constraint type="BorderConstraints" direction="CENTER"/>
--- 45,49 ----
<Component type="org.mc4j.console.dashboard.components.AttributeTableComponent">
! <Attribute name="beanList" value="QueueBeanList"/>
<Constraint type="BorderConstraints" direction="CENTER"/>
Index: JBoss_MQ_TopicTable.xml
===================================================================
RCS file: /cvsroot/mc4j/mc4j/application/dashboards/jboss/JBoss_MQ_TopicTable.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** JBoss_MQ_TopicTable.xml 7 Apr 2004 03:20:24 -0000 1.1
--- JBoss_MQ_TopicTable.xml 7 Apr 2004 14:32:49 -0000 1.2
***************
*** 7,11 ****
<DashboardMatch type="Global" location="/JBoss/MQ">
! <BeanMatch id="QueueTopicBean" type="Multiple">
<Condition type="BeanObjectNameCondition" filter="service=Topic"/>
</BeanMatch>
--- 7,11 ----
<DashboardMatch type="Global" location="/JBoss/MQ">
! <BeanMatch id="QueueTopicBeanList" type="Multiple">
<Condition type="BeanObjectNameCondition" filter="service=Topic"/>
</BeanMatch>
***************
*** 45,49 ****
<Component type="org.mc4j.console.dashboard.components.AttributeTableComponent">
! <Attribute name="beanNode" value="QueueTopicBean"/>
<Constraint type="BorderConstraints" direction="CENTER"/>
--- 45,49 ----
<Component type="org.mc4j.console.dashboard.components.AttributeTableComponent">
! <Attribute name="beanList" value="QueueTopicBeanList"/>
<Constraint type="BorderConstraints" direction="CENTER"/>
|