Results 1 to 4 of 4

Thread: MBeanServerFactoryBean vs. WebLogicMBeanServerFactoryBean

  1. #1
    Join Date
    Feb 2005
    Location
    Boston, MA
    Posts
    1,142

    Default MBeanServerFactoryBean vs. WebLogicMBeanServerFactoryBean

    Which of these should we use with Spring 1.2.5 and Weblogic 8.1? The BEA dev2dev site uses MBeanServerFactoryBean. Does this mean WebLogicMBeanServerFactoryBean is deprecated?

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

    Default

    First take a look at the versions - IIRC WebLogicMBeanServerFactoryBean was added in a more recent version so the dev2dev might have missed it
    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
    Feb 2005
    Location
    Boston, MA
    Posts
    1,142

    Default

    First take a look at the classnames. According to the changelog.txt WebLogicMBeanServerFactoryBean was added in 1.2 final. I think you are referring to WebLogicJndiMBeanServerFactoryBean which was indeed added in 1.2.6.

    I believe WebLogicMBeanServerFactoryBean will only be relevant for versions before 9.0. But I wanted to get clarification from the source.

  4. #4
    Join Date
    Feb 2005
    Location
    Boston, MA
    Posts
    1,142

    Default

    After doing some more reading about WebLogicMBeanServerFactoryBean and WebLogicJndiMBeanServerFactoryBean it appears they both will still be relevant. WebLogicJndiMBeanServerFactoryBean is a version of WebLogicMBeanServerFactoryBean that won't require specifying the credentials of the server when used locally.

    Why BEA didn't use WebLogicMBeanServerFactoryBean is still a mystery to me, although I suspect both will work.

Posting Permissions

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