1. EAR deployment failed because of Hibernate SessionFactory stackoverflow.comI made a maven project that includes EJB, WEB and EAR modules. But I don't use hibernate in my project. So I don't add hibernate dependencies. I successfuly tested my project ... |
2. [Hibernate + JBoss] How to create a session factory coderanch.com |
3. cannot lockup SessionFactory out side jboss forum.hibernate.org |
4. NPE when looking up the session factory in the JNDI of JBoss forum.hibernate.orgNewbie Joined: Tue May 16, 2006 10:43 am Posts: 2 Hi, I'm using Hibernate 3.1 together with JBoss 4.0.3. I've deployed Hibernate as a MBean in JBoss and I've bound the session factory into the JNDI (I can see it with the JMX console). The problem occurs when I'm trying to make use of my factory from an application client inside ... |
5. Building SessionFactories failed under JBoss forum.hibernate.orgAuthor Message ellen Post subject: Building SessionFactories failed under JBoss Posted: Thu Jun 01, 2006 6:32 pm Newbie Joined: Sun Sep 11, 2005 7:46 pm Posts: 15 Dear folks, I was trying to display data on a jsp page. But the building of SessionFactories was always failed. My application needs to access two different database as three different roles. ... |
6. JBoss + Hibernate + problem with SessionFactory forum.hibernate.orgHello, I have a problem with JBoss and Hibernate in a Spring application. I use : JBoss 4.2.1 Hibernate 3.2.5 Hibernate Annotation 3.3.0 Spring 2.0.6 I test my webapp on JBoss 4.0.5 and it works fine but when I deploy the same war on JBoss 4.2.1, there is an excetion : Code: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ... |