0 Replies Latest reply on Mar 8, 2006 1:39 PM by cdelashmutt

    org.jboss.hibernate.jmx.Hibernate seems redundent with Hiber

    cdelashmutt

      It seems that org.jboss.hibernate.jmx.Hibernate is now redundant with Hibernate 3.0 and later. Hibernate includes an MBean for the session factory, and so shouldn't JBoss AS try to use org.hibernate.jmx.HibernateService, or possibly extend that class to add the functionality it needs? It seems semi confusing since someone trying to deploy Hibernate as an MBean on JBoss AS could possibly use either org.jboss.hibernate.jmx.Hibernate or org.hibernate.jmx.HibernateService.

      Just a suggestion. Feel free to flame away! :)