[JBoss-dev] [ jboss-Bugs-871649 ] Problem with source of JMX Notifications

2004-01-06 Thread SourceForge.net
Bugs item #871649, was opened at 2004-01-06 08:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=871649group_id=22866 Category: JBossMX Group: v3.2 Status: Open Resolution: None

[JBoss-dev] [ jboss-Bugs-871649 ] Problem with source of JMX Notifications

2004-01-06 Thread SourceForge.net
Bugs item #871649, was opened at 2004-01-06 13:16 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=871649group_id=22866 Category: JBossMX Group: v3.2 Status: Open Resolution: None Priority: 5

[JBoss-dev] [ jboss-Bugs-871649 ] Problem with source of JMX Notifications

2004-01-06 Thread SourceForge.net
Bugs item #871649, was opened at 2004-01-06 08:16 Message generated for change (Comment added) made by jhaynie You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=871649group_id=22866 Category: JBossMX Group: v3.2 Status: Open Resolution: None Priority: 5

[JBoss-dev] [ jboss-Bugs-871649 ] Problem with source of JMX Notifications

2004-01-06 Thread SourceForge.net
Bugs item #871649, was opened at 2004-01-06 13:16 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=871649group_id=22866 Category: JBossMX Group: v3.2 Status: Open Resolution: Accepted Priority: 5

[JBoss-dev] [ jboss-Bugs-871649 ] Problem with source of JMX Notifications

2004-01-06 Thread SourceForge.net
Bugs item #871649, was opened at 2004-01-06 08:16 Message generated for change (Comment added) made by jhaynie You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=871649group_id=22866 Category: JBossMX Group: v3.2 Status: Closed Resolution: Fixed Priority: 5

Re: [JBoss-dev] [ jboss-Bugs-871649 ] Problem with source of JMX Notifications

2004-01-06 Thread Adrian Brock
Hi Jeff, You cannot implement it like this: // make a copy of the notification, replacing with the real source of the event Notification n = new Notification(notification.getType(),source,notification.getSequenceNumber(),notification.getTimeStamp(),notification.getMessage());

Re: [JBoss-dev] [ jboss-Bugs-871649 ] Problem with source of JMX Notifications

2004-01-06 Thread Jeff Haynie
OK, good catch. If you extended the Notification object it would fail. I was trying to avoid modifying the real source - but I guess there's no choice. Fix is in. Jeff Adrian Brock wrote: Hi Jeff, You cannot implement it like this: // make a copy of the notification, replacing