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