Results 1 to 2 of 2

Thread: JConsole's Notifications Tab disabled when using mx4j

  1. #1
    Join Date
    Nov 2005
    Location
    Austria
    Posts
    38

    Default JConsole's Notifications Tab disabled when using mx4j

    Our native Java application is using mx4j's MBeanServer implementation (Version 3.0.1) when run with JRE 1.4.2. Unfortunately JConsole's notifications tab for the registered MBeans is disabled and no subscriptions can be added. When run with JRE 5 everything works correctly.

    Configuration: Spring 2.0.1, mx4j 3.0.1 (MBean registration with MBeanExporter)

    Anyone having the same problem? Or maybe a solution?

    Kind regards
    Juergen
    _________________________________
    Juergen Mayrbaeurl - Solution architect

  2. #2
    Join Date
    Jun 2006
    Posts
    6

    Default

    I see the same problem running jre 1.4.0_08.
    Maybe the example documentation is out of date, but this doesnt seem to work as shown.
    I've got some managed beans that extend NotificationBroadcasterSupport, and should allow jconsole to add subscriptions, but they dont. Probably better to use JMX API to handle notifications rather than expect spring to do it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •