Is it possible to view entity beans with the jmx-console? If so, how?
Asked
Active
Viewed 269 times
0
-
What do you mean by "entity beans"? EJB 2.x entities? JPA entities? – skaffman May 18 '11 at 08:29
1 Answers
0
EJB 2 EntityBeans can be viewed in JMX console (iirc) JPA (EJB 3) Entities (note, those are not called Entity Beans) can not be viewed directly.
It is possible thought to expose the JPA entities indirectly via the underlying Hibernate Session when enabling Hibernate statistics.

Heiko Rupp
- 30,426
- 13
- 82
- 119