1. How to use a MBean with Hibernate Annotation forum.hibernate.org |
2. Hibernate Annotation 3.2 with Mbean forum.hibernate.orgHi I am using HibernateAnnotation 3.2 and JBoss server4.2. i want to Defining MBeans with Hibernate Annotation. I have created har file .It contains jboss-service.xml and HibernateAnnotation-ds.xml .i have not put any hbm file in my har file. the servlet which is accesing the mbean is as follows. Code: public class Dbconnection extends HttpServlet { public Dbconnection() { ... |