Bugs item #1053277, was opened at 2004-10-24 20:16 Message generated for change (Comment added) made by andd You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1053277&group_id=22866
Category: JBossMX Group: v4.0 Status: Open >Resolution: Fixed Priority: 5 Submitted By: Scott M Stark (starksm) Assigned to: Dimitris Andreadis (andd) Summary: *.jbossmx.compliance.monitor.BasicTestCase failures Initial Comment: The org.jboss.test.jbossmx.compliance.monitor.BasicTestCase is failing because javax.management.monitor.CounterMonitor is a standard mbean that is now emitting AVCs it should not be due to a change in the XMBean.addNotificationListener method. Its an implementation detail that we are deploying standard mbeans as xmbeans, but this should not be changing the semantics of the user's deployment choice. There needs to be a test that illustrates why this change was made and a fix to not promote standard mbeans to model mbean semantics. ---------------------------------------------------------------------- >Comment By: Dimitris Andreadis (andd) Date: 2004-10-27 13:36 Message: Logged In: YES user_id=583305 I changed it so when a StandardMBean gets deployed normally, its NotificationBroadcaster is only used (if exists), so no AVCs. Otherwise, XMBeans will always emit AVCs (+ any POJO notifications if a Broadcaster, too, e.g. a class derived from our ServiceMBeanSupport). DeployXMBeanUnitTestCase.testGeneratedAVCFromWrappedSt andardMBeanImpl checks for the 2nd case. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1053277&group_id=22866 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
