Bugs item #1048467, was opened at 2004-10-17 00:19
Message generated for change (Settings changed) made by andd
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1048467&group_id=22866

Category: JBossMX
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: gunter zeilinger (gunterze)
>Assigned to: Dimitris Andreadis (andd)
Summary: MMBs do not emit AttributeChangeNotification to Listeners 

Initial Comment:
MMBs do not emit AttributeChangeNotification to
registered Listeners, if resource extends
NotificationBroadcasterSupport.

s.
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=55362

handleNotification in attached sample should receive 2
notifications during startup. Actual only

22:55:49,035 INFO  [Notif] handleNotification:
javax.management.AttributeChangeNotification:
source=jboss.test:service=xmbean-notif seq-no=2
time=1097960149035 message=Notif started
attributeName=State attributeType=java.lang.Integer
oldValue=2 newValue=3
notificationType=jmx.attribute.change userData=null
2

is received. The notification triggered by

       server.setAttribute(super.serviceName, new
Attribute("Attr1", Boolean.TRUE));

is missing.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1048467&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to