[hibernate-dev] [OGM] Supporting Cassandra

2013-11-04 Thread Gunnar Morling
Hi, There is a pull request for adding support for Cassandra to OGM [1] which has been created quite a long time ago. Does anyone have details about it, e.g. what would need to be done in order to integrate it? I guess it will need some work due to recent changes in OGM and we might also benefit

Re: [hibernate-dev] [OGM] Supporting Cassandra

2013-11-04 Thread Emmanuel Bernard
Khan did the initial work but Cassandra client APIs were in a big flux when he worked on it. That may have stabilized over the latest CQL. I am CCing Khan. I think he is still on Earth somewhere. Emmanuel On Mon 2013-11-04 16:17, Gunnar Morling wrote: > Hi, > > There is a pull request for adding

Re: [hibernate-dev] [OGM] Hibernate OGM @ Devoxx

2013-11-04 Thread Guillaume SCHEIBEL
Guys, WDYT about having a 1h session Wednesday afternoon (around 2:00PM) ? Guillaume 2013/10/2 Davide D'Alto > Sounds like a good idea. > > Let me know when you have a date. > > By the way, congratulations for the event :) > > Cheers, > Davide > > > On Wed, Oct 2, 2013 at 3:15 PM, Emmanuel Be

[hibernate-dev] [OGM] OGM-21 query support

2013-11-04 Thread Guillaume SCHEIBEL
Hello, I have started to work on the support of the JPQL queries from the EntityManager and I'm facing some difficulties. I have look into the ORM as a start and so I have created public class OgmQueryImpl extends AbstractQueryImpl implements TypedQuery { ... } Therefore, the AbstractQueryImpl c

[hibernate-dev] [SEARCH] Result ignored if proxy isn't initialized

2013-11-04 Thread Guillaume Smet
Hi, We have a weird problem here with Search 4.3 and ORM 4.2.7.SP1. I wonder if it rings a bell for anyone? In yet to determined circumstances, an object is missing from the search results. This object is returned by the Lucene search but is not added in the results because it isn't initialized.

Re: [hibernate-dev] [OGM] Hibernate OGM @ Devoxx

2013-11-04 Thread Gunnar Morling
Hi Guillaume, yes, let's do this, looking forward to it :) Time-wise, would it be possible that we do it Thursday afternoon? --Gunnar 2013/11/4 Guillaume SCHEIBEL > Guys, > > WDYT about having a 1h session Wednesday afternoon (around 2:00PM) ? > > Guillaume > > > 2013/10/2 Davide D'Alto >

Re: [hibernate-dev] [OGM] Hibernate OGM @ Devoxx

2013-11-04 Thread Guillaume SCHEIBEL
No problem for me. Guillaume Le 4 nov. 2013 20:29, "Gunnar Morling" a écrit : > Hi Guillaume, > > yes, let's do this, looking forward to it :) > > Time-wise, would it be possible that we do it Thursday afternoon? > > --Gunnar > > > > 2013/11/4 Guillaume SCHEIBEL > >> Guys, >> >> WDYT about havi

Re: [hibernate-dev] [OGM] Hibernate OGM @ Devoxx

2013-11-04 Thread Arun Gupta
I'd like to attend as well but have an interview scheduled for 2pm. Can we meet 3ish instead ? Arun On Mon, Nov 4, 2013 at 12:46 PM, Guillaume SCHEIBEL wrote: > No problem for me. > > Guillaume > Le 4 nov. 2013 20:29, "Gunnar Morling" a écrit : > >> Hi Guillaume, >> >> yes, let's do this, looki

Re: [hibernate-dev] [OGM] Hibernate OGM @ Devoxx

2013-11-04 Thread Guillaume SCHEIBEL
Why not :) so let say 3:30 PM CET si Arun can finish his interview quietly. Is everyone fine with that ? Guillaume Le 4 nov. 2013 22:39, "Arun Gupta" a écrit : > I'd like to attend as well but have an interview scheduled for 2pm. > Can we meet 3ish instead ? > > Arun > > On Mon, Nov 4, 2013 at 1

Re: [hibernate-dev] [OGM] Hibernate OGM @ Devoxx

2013-11-04 Thread Sanne Grinovero
damn Devoxx is getting interesting already. Please keep adding more good excuses for me to come there a couple of days, it's not a long trip for me :-) On 4 November 2013 21:42, Guillaume SCHEIBEL wrote: > Why not :) so let say 3:30 PM CET si Arun can finish his interview quietly. > > Is everyone

Re: [hibernate-dev] [OGM] Hibernate OGM @ Devoxx

2013-11-04 Thread Guillaume SCHEIBEL
Poor Sanne, tough choice. And beers (on the house) won't help you :) 2013/11/4 Sanne Grinovero > damn Devoxx is getting interesting already. > Please keep adding more good excuses for me to come there a couple of > days, it's not a long trip for me :-) > > On 4 November 2013 21:42, Guillaume SC

Re: [hibernate-dev] [SEARCH] Result ignored if proxy isn't initialized

2013-11-04 Thread Sanne Grinovero
Hi Guillaume, very interesting analysis. Definitely needs further inspection, could you please open a JIRA? Would you be able to verify the same problem with the simple HashMap second level cache? I'm wondering if I would be able to reproduce the case without adding Ehcache to our test dependencie

[hibernate-dev] HHH-8670 another EntityManager.find() not returning null question

2013-11-04 Thread Scott Marlow
HHH-8670 is about EntityManager.find() not returning null when a runtime exception is caught when performing the find(). Returning null when a ClassCastException (or any other runtime exception) occurs seems confusing to me, but I suppose that we could log a DEBUG warning (like we did for Enti