Retrieve "id" field values via VisualVM OQL query -


getting obj.id oql query in java visualvm (1.8.0_45) returns javascript object id (a long value) instead of value of java field. in other words javascript id field shadows java object id field. java object value can seen in instances browser, how retrieve via visualvm oql?

currently there no way access java object id field. bug in oql.


Comments

Popular posts from this blog

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -

php - Autoloader issue not returning Class -