Results 1 to 4 of 4

Thread: JMX 1.0 support

Hybrid View

  1. #1
    Join Date
    Jul 2005
    Posts
    21

    Default JMX 1.0 support

    Hi,

    From what I have seen in the documentation, it's possible to create proxies to remote MBeans via the MBeanProxyFactoryBean class. Does Spring provide a similar Proxy factory for JMX 1.0 MBean servers ? I need to access remote Mbeans on Weblogic server 8.1 and JMX 1.0 is really cumbersome.

    Thanks,
    bengali.

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    I don't think it was ever tried but you can be the first . JMX 1.0 is a really old specification as you now and there are quite a lot of improvements inside 1.2 that should be considered. I worked with 1.0 and some things were unclear that why a lot of vendors added their own extensions in 1.0.

    I think the best approach would be to see the differences between 1.0 and 1.2 - run the tests and do a simple test application against 1.0 and see how it works. If you can isolate the changes and post them somewhere, someone (me) might work on support for 1.0
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

  3. #3
    Join Date
    Aug 2004
    Location
    Southampton, UK
    Posts
    826

    Default

    Proxy-based access to JMX 1.0 resources was explicitly *not* supported because of the age of the specification. If enough people are interested in this I will consider adding it to the framework.

    Regards,

    Rob
    Rob Harrop
    Lead Engineer, dm Server
    SpringSource
    http://www.springsource.com

    Co-Author - Pro Spring

  4. #4
    Join Date
    Jul 2005
    Posts
    21

    Default

    Quote Originally Posted by costin
    I don't think it was ever tried but you can be the first . JMX 1.0 is a really old specification as you now and there are quite a lot of improvements inside 1.2 that should be considered.
    I know it's old but that's the version of the not so old Weblogic server 8.1. And I didn't want to use Weblogic's proprietary proxies.
    I finally managed to create JDK dynamic proxies to remote MBeans using the "JdkJmxObjectProxyFactory" of an old Spring version ;-)

    Thanks
    bengali

Similar Threads

  1. Replies: 7
    Last Post: Feb 1st, 2007, 01:47 AM
  2. Announcement: Spring IDE WebFlow Support Preview Release 2
    By Christian Dupuis in forum Announcements
    Replies: 2
    Last Post: Sep 15th, 2006, 11:50 AM
  3. Replies: 2
    Last Post: Sep 7th, 2005, 07:10 AM
  4. DAO Support without EJB Support
    By aryjr in forum EJB
    Replies: 1
    Last Post: Jul 11th, 2005, 10:40 AM
  5. New Spring Support Forums are Live
    By Colin Sampaleanu in forum Announcements
    Replies: 17
    Last Post: May 22nd, 2005, 12:57 AM

Posting Permissions

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