[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] 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...