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