BulkBeanException « Exception « JPA Q&A





1. PropertyAccessException / BulkBeanException    forum.hibernate.org

hi, I have a problem using a query with reflectionOptimizer turned on. I keep getting the exceptions below. What is it with the inner ClassCastException? thanks alot marie - hibernate 2.1.3 ---------------- QUERY ---------------- Query q = sess.getHibernateSession().createQuery("from c in class org.xinity.fwe.Gemeinde"); ---------------- HBM.XML ---------------- ... ...

2. [ hibernate ] BulkBeanException    forum.hibernate.org

Hello, When I try to execute an application using Hibernate, i have this error. THanks. Code: [04/06/04 18:47:50:718 GMT+01:00] 75ac4a43 WebGroup E SRVE0026E: [Erreur de servlet]-[net/sf/cglib/beans/BulkBeanException]: java.lang.NoClassDefFoundError: net/sf/cglib/beans/BulkBeanException at net.sf.hibernate.util.ReflectHelper.getBulkBean(ReflectHelper.java:170) at net.sf.hibernate.type.ComponentType.(ComponentType.java:110) at net.sf.hibernate.cfg.Binder.bindComponent(Binder.java:899) at net.sf.hibernate.cfg.Binder.bindRootClass(Binder.java:281) at net.sf.hibernate.cfg.Binder.bindRoot(Binder.java:1243) ...

3. BulkBeanException ...    forum.hibernate.org