Bugs item #1048467, was opened at 2004-10-17 00:19 Message generated for change (Comment added) 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: Closed >Resolution: Fixed 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. ---------------------------------------------------------------------- >Comment By: Dimitris Andreadis (andd) Date: 2004-10-28 22:48 Message: Logged In: YES user_id=583305 Solved on all brances with http://sourceforge.net/tracker/index.php? func=detail&aid=1053277&group_id=22866&atid=376685 Thanks for the bug report and the test /Dimitris ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1048467&group_id=22866 ------------------------------------------------------- This Newsletter Sponsored by: Macrovision For reliable Linux application installations, use the industry's leading setup authoring tool, InstallShield X. Learn more and evaluate today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/ _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
