MappingException « JBoss « JPA Q&A





1. How to solve org.hibernate.MappingException?    stackoverflow.com

I try to get hibernate 4 running (shipped with JBoss AS 7) and deploy my application as EAR (persistence.xml iis in the META-INF of the EAR). Hibernate seems to run. I ...

2. Hibernate error in jboss: MappingException: No persister    forum.hibernate.org

Newbie Joined: Thu Feb 12, 2004 11:59 pm Posts: 6 Hello all, I'm having a problem with hibernate when I deploy it as a service in jboss and then try to access that service in another bean in jboss. The error that I'm getting is ##This is from the jboss console screen when the error shows up 22:37:49,055 INFO [STDOUT] persist: ...

4. Hibernate2 w/ JBoss 4.0.2 net.sf.hibernate.MappingException    forum.hibernate.org

I am trying to use Hibernate w. JBoss. (I tried Hibernate3 first, but could not configure it to use second level cache due to lack of documentation.) I went as far as deploying .har and getting a table created in the database with Hibernate 2. At runtime testing, I get the: 08:46:06,921 INFO [STDOUT] net.sf.hibernate.MappingException: No persister for: com.ssi.listener.bean.CWsmType at net.sf.hibernate.impl.SessionFactoryImpl.getPersister(SessionFactoryImpl.java:347) ...