Re: [hibernate-dev] JSON version of Hibernate Search query

2013-06-12 Thread Emmanuel Bernard
In the end there is always a human (so far) but think of it as used in the same way SQL is. SQL is sued by both humans and programs (ORMs). Emmanuel On Wed 2013-06-12 15:03, Gunnar Morling wrote: > Hi, > > Just out of interest, what are the use cases for such a serialized form? Is > this intende

Re: [hibernate-dev] problem running local matrix tests

2013-06-12 Thread Karel Maesen
It used to work fine until the matrix-testing support was moved to a separate project. On 12 Jun 2013, at 15:22, Steve Ebersole wrote: > Hmm, not sure about that one. I'll have to look. Did that work before? I > see the code loading resources/hibernate.properties, but not generally > load

Re: [hibernate-dev] JSON version of Hibernate Search query

2013-06-12 Thread Sanne Grinovero
I think you could intend it like the SQL traditionally did for relational databases: it's primarily intended to be consumed by other applications as a stable interface, but is easy to be understood, debugged or even forged by humans on a console in case of need. On 12 June 2013 09:03, Gunnar Morli

Re: [hibernate-dev] ServiceRegistries and OSGi

2013-06-12 Thread Brett Meyer
Alright, 3 week late response ;) In hibernate-osgi, SF/EMF initialization simply uses the #with methods on BootstrapServiceRegistryBuilder, then builds a StandardServiceRegistry through the StandardServiceRegistryBuilder. Originally, I was implementing a custom ServiceRegistry that hooked dire

Re: [hibernate-dev] problem running local matrix tests

2013-06-12 Thread Steve Ebersole
Hmm, not sure about that one. I'll have to look. Did that work before? I see the code loading resources/hibernate.properties, but not generally loading all stuff from resources. And even then, I am not seeing the loaded hibernate.properties being used atm. On Tue 11 Jun 2013 02:47:04 PM CD

Re: [hibernate-dev] JSON version of Hibernate Search query

2013-06-12 Thread Gunnar Morling
Hi, Just out of interest, what are the use cases for such a serialized form? Is this intended to be written by humans or other applications? --Gunnar 2013/6/11 Emmanuel Bernard > Hey everyone, > > Sanne and I discussed Hibernate Search queries and serialization in > general. I did play arou