Re: [Hibernate-devel] bug in hibernate-0.9.8
> private Connection getConnection(); > private Session getHibernateSession() > { > Session s = null; > try > { > Datastore ds = > Hibernate.createDatastore(); > ds = > ds.storeFile("/home/son/mapping.xml"); > SessionFactory se
[Hibernate-devel] bug in hibernate-0.9.8
I'm testing out hibernate-0.9.8 and there seems to be a bug. Here is the code to the relevant code in stateless session bean: --start- public List findAllProduct() { Session session = getHibernateSession(); List productList = null; try { produ
