Community
Participate
Working Groups
Tested EclipseLink MBean in trunk(2.2.0) recently, the operation returns object, not a array of class summary details as showing in class org.eclipse.persistence.services.RuntimeServices. The return is like: [[Ljava.lang.Object;@1c6faab"
>likely it is printing the toString() 2-dimensional Object[][] array instead of the CompositeType objects themselves
>verify on SUN-JConsole/JRockit-JRMC and formal-test-EAR/tutorial-EAR as there are differences between the EAR architecture and possibly the JVM/JMX-viewer combination Scheduled for more in-depth investigation (debug session) and possible inclusion in the next release. Tracking of this issue will be in conjuction with the other 23 open issues on parent bug # 316513
>under JRockit JRMC I see each of the composite objects (ClassSummaryDetail) expanded to the following className, cacheType, configuredSize, currentSize , parentClassName = CellAttribute,SoftWeak,100,0,""(no superclass) >Therefore this is a JMX viewer issue specific to JConsole. >Enterprise Manager and JRockit expand the object array ok
Created attachment 181298 [details] JMX MBean ClassSummaryDetailsUsingFilter is OK under JRockit JRMC - composite objects render further
>See attached screen capture that shows how to expand the object array further in JRockit mission control
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink