[hibernate-dev] auto-apply AttributeConverter and parameterized types

2015-10-02 Thread Steve Ebersole
Reference HHH-10050[1]. There is a request to incorporate parameterized type resolution into the decision of whether an auto-apply AttributeConverter should apply to a given attribute. For those on the list better at parameter type resolution, is the best solution here to use ClassMate? Or is th

Re: [hibernate-dev] Does hibernate multi-tenancy lead to reduced heap usage

2015-10-02 Thread Steve Ebersole
That's the idea. The alternative is to create multiple SessionFactory instances, one per-tenant. So in theory the heap should be reduced. On Sun, Sep 27, 2015 at 12:30 AM amit shah wrote: > Including the dev mailing group to get a few suggestions on my question. > > Thanks! > > On Wed, Sep 23,

Re: [hibernate-dev] Antlr sources generated into default package

2015-10-02 Thread Steve Ebersole
BTW... 2.7 introduces a new regression that affects the handling of Antlr 4 grammars. So of course affects SQM. For SQM be sure you continue to use 2.4 On Mon, Sep 28, 2015 at 7:16 AM Gunnar Morling wrote: > Yes, the common directory structure is not strictly mandated. > > But Eclipse's compi

Re: [hibernate-dev] Does hibernate multi-tenancy lead to reduced heap usage

2015-10-02 Thread Steve Ebersole
That is the idea... On Sun, Sep 27, 2015 at 12:30 AM amit shah wrote: > Including the dev mailing group to get a few suggestions on my question. > > Thanks! > > On Wed, Sep 23, 2015 at 4:54 PM, amit shah wrote: > > > We are planning to integrate hibernate 4 multi-tenancy feature into our > > a

Re: [hibernate-dev] hibernate-infinispan tests - part... oh I've lost track

2015-10-02 Thread Scott Marlow
Thanks Radim, I thought I sent this via private email but noticed after I included hibernate-dev@lists.jboss.org. Oops :-) Not that there is anything wrong with sending issues to hibernate-dev@lists.jboss.org, just didn't intend to bring up a separate (but possibly related) test failure in th

Re: [hibernate-dev] hibernate-infinispan tests - part... oh I've lost track

2015-10-02 Thread Radim Vansa
Responded on the GitHub issue. There were changes but these should not have affected query cache afaik. When Scott sends me the trace logs, I'll investigate what's wrong. I am already running test for hibernate-infinispan with trace logs in CI, though I'll be offline for the rest of the day. R