[hibernate-dev] JPA XML ORM descriptors id-class and id

2018-05-08 Thread Gail Badner
When an entity with an IdClass is mapped using XML ORM descriptors, Hibernate requires the Id properties to be mapped as well, as in the following example: If the elements are not included, an exception is thrown: "No identifier specified for entity: ..."

Re: [hibernate-dev] Hibernate Search 5.10.0.CR1 released!

2018-05-08 Thread Guillaume Smet
Better with the link: http://in.relation.to/2018/05/09/hibernate-search-5-10-0-CR1/ Cheers. On Tue, May 8, 2018 at 4:18 PM, Guillaume Smet wrote: > Hi, > > We just released the first release candidate of Hibernate Search 5.10 with > support for Hibernate ORM

[hibernate-dev] Hibernate Search 5.10.0.CR1 released!

2018-05-08 Thread Guillaume Smet
Hi, We just released the first release candidate of Hibernate Search 5.10 with support for Hibernate ORM 5.3.0.CR2 (and thus JPA 2.2). Test it and report any issues you might encounter! Thanks. -- Guillaume ___ hibernate-dev mailing list

[hibernate-dev] Hibernate NoORM IRC meeting minutes

2018-05-08 Thread Guillaume Smet
Hi, Here are the minutes of our NoORM IRC meeting: 5:52 < jbott> Meeting ended Tue May 8 13:52:19 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) 15:52 < jbott> Minutes:

Re: [hibernate-dev] SingleTableEntityPersister memory footprint in 5.3

2018-05-08 Thread Steve Ebersole
>> Deferring initialization of these batch loaders is one option, but that just really delays the memory consumption. Personally, if it were my app I'd rather that sizing be done up front rather than over the course of the next few hours or weeks as the system continues to run. Not sure how

Re: [hibernate-dev] SingleTableEntityPersister memory footprint in 5.3

2018-05-08 Thread Andrej Golovnin
Hi Sanne, > sounds great. Do you plan to contribute your updated patch version? I don't think it is needed. I'm sure Guillaume will provide a good solution. And if not, then I will still have the best Hibernate version ever. :-) (OK, I will have in any case the best Hibernate version ever

Re: [hibernate-dev] SingleTableEntityPersister memory footprint in 5.3

2018-05-08 Thread Sanne Grinovero
Hi Andrej, sounds great. Do you plan to contribute your updated patch version? Thanks, Sanne On 8 May 2018 at 12:06, Andrej Golovnin wrote: > Hi Sanne, > >> you're right, I found the most interesting email from you now (reading >> the whole thread) : >> -

Re: [hibernate-dev] SingleTableEntityPersister memory footprint in 5.3

2018-05-08 Thread Guillaume Smet
Hi, On Tue, May 8, 2018 at 11:42 AM, Sanne Grinovero wrote: > I'm not sure why the discussion stopped, I'm sorry. > Let's try to fix it this time, to make sure of that we need a JIRA. > Someone created one? Guillaume? > No, I didn't. I plan to work on it tomorrow (today is

Re: [hibernate-dev] SingleTableEntityPersister memory footprint in 5.3

2018-05-08 Thread Andrej Golovnin
Hi Sanne, > you're right, I found the most interesting email from you now (reading > the whole thread) : > - http://lists.jboss.org/pipermail/hibernate-dev/2012-May/008410.html > > I'm not sure why the discussion stopped, I'm sorry. > Let's try to fix it this time, to make sure of that we need a

Re: [hibernate-dev] JDK 11 Early Access build 12 available

2018-05-08 Thread Rory O'Donnell
Thanks Sanne ! On 08/05/2018 10:14, Sanne Grinovero wrote: > Hi Rory, > > thanks for the regular updates! > > Unfortunately many tools we need are still unable to run properly on > JDK11 so I can't run our comprehensive tests. > > For the record, a common issue seems to be the inability to parse

Re: [hibernate-dev] SingleTableEntityPersister memory footprint in 5.3

2018-05-08 Thread Sanne Grinovero
Hi Andrej, you're right, I found the most interesting email from you now (reading the whole thread) : - http://lists.jboss.org/pipermail/hibernate-dev/2012-May/008410.html I'm not sure why the discussion stopped, I'm sorry. Let's try to fix it this time, to make sure of that we need a JIRA.

[hibernate-dev] PTO

2018-05-08 Thread andrea boriero
This afternoon I will be on PTO. Sorry for the late notice but it was due to an unexpected event. Andrea ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] JDK 11 Early Access build 12 available

2018-05-08 Thread Sanne Grinovero
Hi Rory, thanks for the regular updates! Unfortunately many tools we need are still unable to run properly on JDK11 so I can't run our comprehensive tests. For the record, a common issue seems to be the inability to parse the '11-ea' version number. The few modules I can run "manually" in

[hibernate-dev] JDK 11 Early Access build 12 available

2018-05-08 Thread Rory O'Donnell
Hi Sanne, **JDK 11 EA build 12 , *under both the GPL and Oracle EA licenses, is now available at **http://jdk.java.net/11**. ** * * Newly approved Schedule, status & features o http://openjdk.java.net/projects/jdk/11/ * Release Notes: o http://jdk.java.net/11/release-notes

Re: [hibernate-dev] SingleTableEntityPersister memory footprint in 5.3

2018-05-08 Thread Andrej Golovnin
Hi Guillaume, >> > It's not only the number of tables but also the number of columns per >> > table. >> > The table I take as an example in my tests has 200+ columns, which >> > definitely doesn't help. >> >> I have also a lot of tables with high number of columns. The biggest >> one has 254