[hibernate-dev] [OGM-8, OGM-21] initial criteria query search

2011-08-17 Thread Cyrille Chépélov
Hi Sanne, Le lundi 15 août 2011 à 16:48 +0100, Sanne Grinovero a écrit : Regarding queries, you can use it with Hibernate Search as we did in a demo at JBoss World [1], that doesn't provide all power of relational queries but can still deal with most needs (and full text queries as well);

Re: [hibernate-dev] [OGM-8, OGM-21] initial criteria query search

2011-08-17 Thread Cyrille Chépélov
Le mercredi 17 août 2011 à 14:58 +0200, Cyrille Chépélov a écrit : [snip] ... attachment here: http://www.chepelov.org/cyrille/files/xpogm-01.tar.gz -- Cyrille ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https

Re: [hibernate-dev] OGM: unimplemented InfinispanDialect.updateTuple() ?

2011-08-15 Thread Cyrille Chépélov
Le vendredi 12 août 2011 à 15:57 +0100, Sanne Grinovero a écrit : I'll clear the m2 cache tomorrow try again, and if that fails I guess I'll have to hit the SCM :) Hi, yes please try again with a clean cache: the exception you just posted is the one I was expecting you to see if using

[hibernate-dev] OGM: unimplemented InfinispanDialect.updateTuple() ?

2011-08-12 Thread Cyrille Chépélov
Greetings, I'm attempting to use Hibernate OGM with the Infinispan backend, using a single FileCacheStore. I find the technology quite promising, and would love to get this to run. I'm running under Jetty, with the JbossTS. I'm attempting something fairly simple so far: