Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for 238748: JMX: Create and Add server specific attributes to WebLogic MBeans

Hi,
 The following fix has been reviewed and checked in for enhancement 248748
 
http://wiki.eclipse.org/EclipseLink/DesignDocs/248748
JMX: Create and Add server specific attributes to WebLogic MBeans
http://bugs.eclipse.org/248748
 
    The following change introduces WebLogic specific JMX MBean functions (except for DMS) into EclipseLink.
    These new WebLogic specific beans replace the use of the generic MBeans I added a while back in enhancement# 235168.
    - added new WebLogicRuntimeServices.java MBean
    - modify WebLogic_10_Platform.java to register the extended new MBean instead of the generic one
 

SVN Changelog:
--------------------------
See diffs on
http://fisheye2.atlassian.com/changelog/eclipselink/?cs=2700
 
 Code Reviewed:
-----------------------
  David Minsky
- The following refactoring enhancement were entered.
   JMX: Refactor: MBean impl/interface naming conventions change
   
http://bugs.eclipse.org/253017
   JMX: Refactor: Move generic functions out of platform into superclass
   
http://bugs.eclipse.org/253018
   JMX: Refactor: Additional Human readable time format for TimeConnectionEstablished
   
http://bugs.eclipse.org/253019
   JMX: Refactor: getCacheTypeFor() for NoIdentityMap should return "NoIdentity" instead "None"
   
http://bugs.eclipse.org/253020
 

Regression Testing: OK (0,0)
------------------------------------------
JPA:      [junit] Tests run: 1004, Failures: 0, Errors: 0, Time elapsed: 862.954 sec
CORE:   [junit] Tests run: 6614, Failures: 0, Errors: 0, Time elapsed: 1,306.008 sec 

 thank you
 /michael
 

Back to the top