Re: [JBoss-dev] MBeans problem in JBoss

2002-02-08 Thread Andreas Schaefer
Hi > I have two MBeans(only mbeans, not services) > AxielleConfiguration, AxielleTest1. > > I registered these two beans with the server. > when i query mbeanserver it is giving all the MBeans in the server. > > i am querying like this > > ObjectName obj = new ObjectName("AxielleDomain:service

[JBoss-dev] MBeans problem in JBoss

2002-02-08 Thread Ramesh Gadde
Hi all I have two MBeans(only mbeans, not services) AxielleConfiguration, AxielleTest1. I registered these two beans with the server. when i query mbeanserver it is giving all the MBeans in the server. i am querying like this ObjectName obj = new ObjectName("AxielleDomain:service=* "); Set set