| Summary: | JMX: getClassSummaryDetailsUsingFilter() returns object instead of array of class summary | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Yiping Zhao <yiping.zhao> | ||||
| Component: | Eclipselink | Assignee: | Michael OBrien <michael.f.obrien> | ||||
| Status: | RESOLVED WORKSFORME | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P2 | CC: | eclipselink.foundation-inbox, michael.f.obrien | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| URL: | http://wiki.eclipse.org/EclipseLink/DesignDocs/316513 | ||||||
| Whiteboard: | JMX | ||||||
| Bug Depends on: | 316513 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Yiping Zhao
>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 The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |