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
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
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
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
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
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