Re: [Hibernate-devel] bug in hibernate-0.9.8

2002-03-31 Thread Sven Welte
> 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

2002-03-31 Thread Son To
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