Re: [hibernate-dev] Exceptions while trying to use HibernateOGM

2013-08-14 Thread Sanne Grinovero
Hi, that's good feedback, thanks! I've recorded it as https://hibernate.atlassian.net/browse/OGM-321 --Sanne On 14 August 2013 13:29, Gunnar Morling wrote: > Hi, > > Please post usage questions to the forum [1], as this mailing list is about > discussing the development of the Hibernate projec

Re: [hibernate-dev] Exceptions while trying to use HibernateOGM

2013-08-14 Thread Gunnar Morling
Hi, Please post usage questions to the forum [1], as this mailing list is about discussing the development of the Hibernate projects. That being said, the exception is caused by configuring a non-existent transaction factory class ("org.transaction.JDBCTransactionFactory"). Refer to the reference

[hibernate-dev] Exceptions while trying to use HibernateOGM

2013-08-14 Thread Babak Bastan
I would not have using mailing list this unless I was truely frustrated. I want to implement a very simple example using HibernateOGM but I get some exceptions, which I don't know really how can to solve them. in the main I have started with this lock of code: OgmConfiguration cfgogm=n