Re: [hibernate-dev] [hibernate-hql-parser] 1.0.0.Alpha3 released

2013-08-14 Thread Sanne Grinovero
That issue was indeed unrelated, this is what caused trouble: https://hibernate.atlassian.net/browse/HSEARCH-1355 I upgraded the dependency in Infinispan: https://github.com/infinispan/infinispan/pull/2006 Cheers, Sanne On 14 August 2013 18:10, Sanne Grinovero wrote: > Hi Adrian, > we don't hav

Re: [hibernate-dev] [hibernate-hql-parser] 1.0.0.Alpha3 released

2013-08-14 Thread Sanne Grinovero
Hi Adrian, we don't have an ETA for that specific issue as the user who originally proposed the issue on the forum didn't provide a full test. I think I have an idea of what could be happening, but it seems very hard to forge a unit test which could really reproduce it, and I don't think we'll want

Re: [hibernate-dev] [hibernate-hql-parser] 1.0.0.Alpha3 released

2013-08-14 Thread Gunnar Morling
Adrian, Do you happen to have an isolated test case which shows that issue? This would help me in analyzing the issue. Thanks, --Gunnar 2013/8/14 Adrian Nistor > Thanks a lot guys! > > So far everything works fine with your latest fixes in hql parser. There > is however that issue in hiber

Re: [hibernate-dev] HSEARCH - Assorted fixes to the pom files

2013-08-14 Thread Guillaume Smet
Hi, Here we go for the current state of my work and what I would like to do: https://hibernate.atlassian.net/browse/HSEARCH-1392 I created a PR so that we can discuss the changes already made: https://github.com/hibernate/hibernate-search/pull/472 Thanks for your feedback. -- Guillaume ___

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