Results 1 to 3 of 3

Thread: mixing AttributeSource withing the same MbeanServer ?

  1. #1

    Default mixing AttributeSource withing the same MbeanServer ?

    are there issues w/ mixing the type of AttributeSource that an MBean uses within a MBeanServer ?
    for instance, i've got one Mbean that uses AnnotationJmxAttributeSource, then i've got another Mbean that uses the AttributesJmxAttributeSource and they're both running in the same MbeanServer.

    how do i get this to work, if it's possible? it doesn't seem to be allowed.

  2. #2

    Default

    actually, i digress. the problem seems to be the "autodetect=true" property on the MBeanExporter.
    not sure why that's causing issues, but it's not the AttributeSource.

  3. #3

    Default

    solved. i used the autodetectModeName(String) in the property settings and all was well.

Posting Permissions

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