• Bug
  • Status: Closed
  • 0 Showstopper
  • Resolution: Fixed
  • nrana
  • Reporter: asingh
  • November 25, 2009
  • 0
  • Watchers: 0
  • November 27, 2009
  • November 26, 2009

Attachments

  • asingh (2.00 k) application/octet-stream patch

Description

JMX classes should not be referred when monitoring=”off”

The SampledMBeanRegistrationProvider is created eagerly in MBeanRegistrationProviderImpl constructor. Should lazily create it and only if monitoring=”on” or (monitoring=”auto-detect” and tc is running).

Comments

Abhishek Singh 2009-11-25

Attached patch that fixes this. Not committing right now as in middle of release process.

Alex Miller 2009-11-25

please commit this for 1.7.1

Abhishek Singh 2009-11-26

Fixed.

Nitin Rana 2009-11-27

Verified fix in rev 1469