Bugs item #1053277, was opened at 2004-10-24 10:16 Message generated for change (Settings changed) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1053277&group_id=22866
Category: JBossMX Group: v4.0 >Status: Closed 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 03: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 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
