[jboss-user] [Management, JMX/JBoss] - Re: Jboss/JMX

2008-02-15 Thread vickyk
Vinith wrote : Hi, Is there any possibility to create multiple Jboss-server instances through MBean?? What are you trying to do exactly , your question does not make any sense to me ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129686#4129686 Reply to the

[jboss-user] [Management, JMX/JBoss] - Re: Jboss/JMX

2008-02-15 Thread Vinith
vickyk wrote : Vinith wrote : Hi, Is there any possibility to create multiple Jboss-server instances through MBean?? | What are you trying to do exactly , your question does not make any sense to me ? Hi Vicky, Thanks for your reply.am sorry.am new to all these stuffs.I am

[jboss-user] [Management, JMX/JBoss] - Re: jboss JMX notification type

2007-04-21 Thread [EMAIL PROTECTED]
Simple: According to the JMX spec, handleNotification(..) is the method that should be implemented by NotificationListeners. The ListenerServiceMBeanSupport base class however, in order to implement the dynamic notification subscription feature (when doing subscribe(true)), it needs to

[jboss-user] [Management, JMX/JBoss] - Re: jboss JMX notification type

2007-04-21 Thread leonz11
ic. Thanks, LZ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039548#4039548 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039548 ___ jboss-user mailing list

[jboss-user] [Management, JMX/JBoss] - Re: jboss JMX notification type

2007-04-20 Thread leonz11
thanx, dimitris. I tried to subscribe the org.jboss.system.server.stopped in a simple MBean as the following sample code; but could not get this event notification when I shut down the server with control-C on windows. package

[jboss-user] [Management, JMX/JBoss] - Re: jboss JMX notification type

2007-04-20 Thread leonz11
service.xml: subscription-list !-- --

[jboss-user] [Management, JMX/JBoss] - Re: jboss JMX notification type

2007-04-20 Thread leonz11
| server | mbean code=notificationMbean.NotificationListener |name=notificationMbean:name=NotificationListener | | attribute name=SubscriptionList | | subscription-list | mbean name=jboss.system:type=Server |

[jboss-user] [Management, JMX/JBoss] - Re: jboss JMX notification type

2007-04-20 Thread [EMAIL PROTECTED]
What jboss version you are using? If I remember, there was a problem as to when this notification is produced, by I think I've fixed that recently. Another thing, don't override handleNotification() because dynamic subscriptions do not work then. View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: jboss JMX notification type

2007-04-20 Thread [EMAIL PROTECTED]
Try 4.0.4+ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039299#4039299 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039299 ___ jboss-user mailing list

[jboss-user] [Management, JMX/JBoss] - Re: jboss JMX notification type

2007-04-20 Thread leonz11
I tested JBoss 4.0.2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039296#4039296 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039296 ___ jboss-user mailing list

[jboss-user] [Management, JMX/JBoss] - Re: jboss JMX notification type

2007-04-20 Thread leonz11
yeap, it works on 4.0.4 one more question, dimtris: when I override the method handleNotification, this event is captured by this method; however, as you suggested I comment out this method, the event then is captured by handleNotification2. Can you tell how those handleNotification methods

[jboss-user] [Management, JMX/JBoss] - Re: jboss JMX notification type

2007-04-19 Thread [EMAIL PROTECTED]
There is no comprehensive list of notifications, although I tried to make start in the JMX FAQ. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038956#4038956 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038956