Hibernate latest docs recommends to use HibernateService class in JMX Integration however this class is deprecated!
2.2. JMX Integration
JMX is the J2EE standard for the management of Java components. Hibernate can be managed via a JMX standard service. AN MBean implementation is provided in the distribution: org.hibernate.jmx.HibernateService.
http://docs.jboss.org/hibernate/orm/4.1/manual/en-US/html_single/
|