[Hibernate] Problem compiling class: "org/objectweb/asm/util/TraceClassVisitor" reason: unable to locate this .class file

2004-11-02 Thread Srinivas Sindhey
Hi All,       I am trying to implement the persistence mechanism through Hibernate 2.1 from a Stateless Session Bean.     So here is how it start..         SessionFactory sessionFactory = new Configuration().configure().buildSessionFactory();   This results in a error as follows...   Pro

[Hibernate] Informix problem using Query.setMaxResults() method

2004-11-02 Thread Hess Yvan
Hi everybody, I am doing the following query using Hibernate 2.1.6 with an Informix database Query query = aHibernateSession.createQuery(hql); query.setMaxResults(1); setBoundVariables(query); query.list(); When query.list() method is executed, I got the following error message (see

[Hibernate] Problem compiling class: "org/objectweb/asm/util/TraceClassVisitor"

2004-11-02 Thread Srinivas Sindhey
Hi All,       I am trying to invoke implement the persistence mechanism through Hibernate 2.1 from a Stateless Session Bean.     So i start of like this..         SessionFactory sessionFactory = new Configuration().configure().buildSessionFactory(); This results in a error as follows...